Skip to content

Commit ab658c1

Browse files
authored
Add support for python 3.12 (#233)
* Add support for python 3.12 * revert some changes * update pyyaml
1 parent a5d7868 commit ab658c1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: coactions/dynamic-matrix@v1
2727
with:
2828
min_python: "3.7"
29-
max_python: "3.11"
29+
max_python: "3.12"
3030
default_python: "3.11" # used by jobs in other_names
3131
other_names: |
3232
lint

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ classifiers = [
3131
'Programming Language :: Python :: 3.9',
3232
'Programming Language :: Python :: 3.10',
3333
'Programming Language :: Python :: 3.11',
34+
'Programming Language :: Python :: 3.12',
3435
'Programming Language :: Python :: Implementation :: CPython',
3536
'Programming Language :: Python :: Implementation :: PyPy',
3637
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pre-commit==3.2.2
2121
pyproject-api==1.5.1
2222
pytest==7.3.1
2323
pytest-xdist==3.2.1
24-
pyyaml==6.0
24+
pyyaml==6.0.1
2525
tox==4.5.1
2626
virtualenv==20.23.0
2727

0 commit comments

Comments
 (0)