We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e46bba commit 6e9ed05Copy full SHA for 6e9ed05
1 file changed
setup.py
@@ -66,7 +66,7 @@ def finalize_options(self):
66
def run(self):
67
os.system("{0} -m pytest".format(sys.executable))
68
sys.exit()
69
-
+
70
class UploadCommand(Command):
71
"""Support setup.py upload."""
72
@@ -140,6 +140,7 @@ def run(self):
140
"Programming Language :: Python :: 3.9",
141
"Programming Language :: Python :: 3.10",
142
"Programming Language :: Python :: 3.11",
143
+ "Programming Language :: Python :: 3.12",
144
"Natural Language :: English",
145
"Topic :: Utilities",
146
"Topic :: Internet :: WWW/HTTP",
0 commit comments