Skip to content

Commit

Permalink
Remove 3.9 and fix 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Jan 3, 2024
1 parent f7f25a9 commit 9a063fe
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/pythonchecks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ flake8==6.1.0
flake8-unused-arguments==0.0.13
flake8-sfs==1.0.0
flake8-builtins==2.2.0
flake8-commas==2.1.0
flake8-commas==2.1.0; python_version < '3.12'
flake8-comprehensions==3.14.0
flake8-fixme==1.1.1
flake8-multiline-containers==0.0.19
Expand All @@ -16,20 +16,16 @@ flake8-simplify==0.21.0
flake8-pytest==1.4
flake8-type-checking==2.5.1
mypy==1.6.1
types-requests==2.27.7
types-requests==2.28.1
pytest-xdist==3.3.1
flake8-noqa==1.3.2
coverage==7.3.2
setuptools==68.2.2; python_version == '3.12'
## ACTUAL
requests==2.27.1; python_version == '3.9'
requests==2.28.1; python_version == '3.11'
requests==2.31.0; python_version == '3.12'
filelock==3.0.12; python_version == '3.9'
types-filelock; python_version == '3.9'
filelock==3.9.0; python_version == '3.11'
filelock==3.13.1; python_version == '3.12'
langcodes==3.3.0
internetarchive==3.0.2; python_version == '3.9'
internetarchive==3.3.0; python_version == '3.11'
internetarchive==3.5.0; python_version == '3.12'

0 comments on commit 9a063fe

Please sign in to comment.