Skip to content

Commit

Permalink
Set python to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SimmonsRitchie committed Dec 15, 2023
1 parent 9226c53 commit fdfc435
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.11]
python-version: [3.9]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ black = "==23.12"
pre-commit = "==3.6"

[requires]
python_version = "3.11"
python_version = "3.9"
36 changes: 34 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fdfc435

Please sign in to comment.