Skip to content

Commit 6e9ed05

Browse files
author
Kenneth Reitz
committed
python 3.12.0
1 parent 1e46bba commit 6e9ed05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def finalize_options(self):
6666
def run(self):
6767
os.system("{0} -m pytest".format(sys.executable))
6868
sys.exit()
69-
69+
7070
class UploadCommand(Command):
7171
"""Support setup.py upload."""
7272

@@ -140,6 +140,7 @@ def run(self):
140140
"Programming Language :: Python :: 3.9",
141141
"Programming Language :: Python :: 3.10",
142142
"Programming Language :: Python :: 3.11",
143+
"Programming Language :: Python :: 3.12",
143144
"Natural Language :: English",
144145
"Topic :: Utilities",
145146
"Topic :: Internet :: WWW/HTTP",

0 commit comments

Comments
 (0)