Skip to content

Commit f007b26

Browse files
committed
Fixed the 'setup.py says: 3.8, 3.9, 3.10, 3.11 and the python_requires says: 3.8, 3.9, 3.10, 3.11, 3.12' message
1 parent 91da8db commit f007b26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"Programming Language :: Python :: 3.9",
3232
"Programming Language :: Python :: 3.10",
3333
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.12",
3435
"Operating System :: OS Independent",
3536
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
3637
],

0 commit comments

Comments
 (0)