Skip to content

Commit 9c6c680

Browse files
committed
setup.cfg: Add Python 3.12 and 3.13 to classifiers
These are already tested, since the GitHub Actions workflow uses the latest 3.x version available (currently 3.13.5). Signed-off-by: Kevin Locke <[email protected]>
1 parent 3c83175 commit 9c6c680

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ classifiers =
3535
Programming Language :: Python :: 3.9
3636
Programming Language :: Python :: 3.10
3737
Programming Language :: Python :: 3.11
38+
Programming Language :: Python :: 3.12
39+
Programming Language :: Python :: 3.13
3840
Programming Language :: Python :: Implementation :: CPython
3941
Programming Language :: Python :: Implementation :: PyPy
4042
Topic :: Software Development

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44
docs,
55
lint,
66
py39,
7-
py310,
7+
py313,
88
pypy3
99
isolated_build = true
1010

0 commit comments

Comments
 (0)