Skip to content

Commit

Permalink
chore: Increase minimum Python version to 3.10. (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues authored Oct 23, 2024
1 parent 5f180f8 commit 763a3ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-linting-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 763a3ca

Please sign in to comment.