Skip to content

Commit

Permalink
Confirm support for Python 3.12.
Browse files Browse the repository at this point in the history
Fix #1417.
  • Loading branch information
aaugustin committed Dec 13, 2023
1 parent 94dd203 commit fe1833f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.8"
- "pypy-3.9"
is_main:
Expand Down
5 changes: 5 additions & 0 deletions docs/project/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ notice.

*In development*

New features
............

* Validated compatibility with Python 3.12.

12.0
----

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dynamic = ["version", "readme"]

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
py39
py310
py311
py312
coverage
black
ruff
Expand Down

0 comments on commit fe1833f

Please sign in to comment.