From 3f3f0308329ce5ad321b08acdfea2f8ea76b27b1 Mon Sep 17 00:00:00 2001 From: Kirk Rodrigues <2454684+kirkrodrigues@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:26:54 -0400 Subject: [PATCH] chore: Increase minimum Python version to 3.10. --- .github/workflows/code-linting-checks.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-linting-checks.yaml b/.github/workflows/code-linting-checks.yaml index b497025..23c2822 100644 --- a/.github/workflows/code-linting-checks.yaml +++ b/.github/workflows/code-linting-checks.yaml @@ -29,7 +29,7 @@ jobs: - uses: "actions/setup-python@v5" with: - python-version: "3.8" + python-version: "3.10" - name: "Install task" run: "npm install -g @go-task/cli" diff --git a/README.md b/README.md index ade08e5..61b5c7e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Follow the steps below to develop and contribute to the project. ## Requirements -* Python 3.8 or higher +* Python 3.10 or higher * [Task] 3.38.0 or higher ## Set up