Skip to content

Commit

Permalink
Merge pull request #1251 from cclauss/patch-2
Browse files Browse the repository at this point in the history
Add Python 3.12 to the testing
  • Loading branch information
jelmer authored Jan 24, 2024
2 parents 85a291e + dffeef6 commit 75a95f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythontest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version:
["3.7", "3.8", "3.9", "3.10", "3.11"]
["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
fail-fast: false

steps:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ requires-python = ">=3.7"
dependencies = [
"urllib3>=1.25",
'typing_extensions;python_version<="3.7"',
'setuptools ; python_version >= "3.12"',
]
dynamic = ["version"]

Expand Down

0 comments on commit 75a95f4

Please sign in to comment.