Skip to content

Commit

Permalink
Add support for Python 3.12 (#956)
Browse files Browse the repository at this point in the history
* Add support for Python 3.12
* Add Trove classifier for 3.12
* Add 3.12 to CircleCI

---------

Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
hugovk committed Oct 24, 2023
1 parent e56cfda commit 2f6bd47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ workflows:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- test_nooptionals:
matrix:
parameters:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: System :: Monitoring",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = coverage-clean,py3.8,py3.9,py3.10,py3.11,pypy3.8,py3.9-nooptionals,coverage-report,flake8,isort,mypy
envlist = coverage-clean,py{3.8,3.9,3.10,3.11,3.12,py3.8,3.9-nooptionals},coverage-report,flake8,isort,mypy

[testenv]
deps =
Expand Down

0 comments on commit 2f6bd47

Please sign in to comment.