Skip to content

Commit 3690c72

Browse files
authored
Update setup.py (#969)
- added Python 3.12 entry inside classifiers
1 parent 60e9945 commit 3690c72

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
@@ -228,6 +228,7 @@ def build_extension(self, ext):
228228
"Programming Language :: Python :: 3.9",
229229
"Programming Language :: Python :: 3.10",
230230
"Programming Language :: Python :: 3.11",
231+
"Programming Language :: Python :: 3.12",
231232
"Programming Language :: C++",
232233
"Programming Language :: Python :: Implementation :: CPython",
233234
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)