Skip to content

Commit 2e605d5

Browse files
committed
setup.py: add classifiers for Python 3.11 and 3.12
For what it's worth, I'm using this on Python 3.12.
1 parent dc89145 commit 2e605d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"Programming Language :: Python :: 3.8",
2323
"Programming Language :: Python :: 3.9",
2424
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
2527
"License :: OSI Approved :: BSD License",
2628
"Operating System :: OS Independent",
2729
],

0 commit comments

Comments
 (0)