Add Python 3.12 to the testing
@@ -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:
@@ -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"]