Skip to content

Commit

Permalink
feat: add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 16, 2024
1 parent fa8729f commit 087cfce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.1 (unreleased)
================

- Add support for Python 3.12.

2.0 (2022-01-02)
================

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers =
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
Operating System :: OS Independent
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
lint,
py37,py38,py39,py310,py311,pypy3,
py37,py38,py39,py310,py311,py312,pypy3,
docs,
coverage
isolated_build = True
Expand Down

0 comments on commit 087cfce

Please sign in to comment.