Skip to content

Commit 64e586d

Browse files
committed
Add missing identifier for Python 3.12 support
1 parent bd66606 commit 64e586d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ def build_extensions(self):
317317
"Programming Language :: Python :: 3.9",
318318
"Programming Language :: Python :: 3.10",
319319
"Programming Language :: Python :: 3.11",
320+
"Programming Language :: Python :: 3.12",
320321
"Environment :: WebAssembly :: Emscripten",
321322
"Topic :: Scientific/Engineering :: Astronomy",
322323
"Topic :: Scientific/Engineering :: Physics",

0 commit comments

Comments
 (0)