Skip to content

Commit 37ec04d

Browse files
math-a3kauvipy
andauthored
Add Python 3.12 support (#9230)
* added python 3.12 to CI * Update setup.py --------- Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
1 parent 4773d73 commit 37ec04d

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
@@ -107,6 +107,7 @@ def get_version(package):
107107
'Programming Language :: Python :: 3.9',
108108
'Programming Language :: Python :: 3.10',
109109
'Programming Language :: Python :: 3.11',
110+
'Programming Language :: Python :: 3.12',
110111
'Programming Language :: Python :: 3 :: Only',
111112
'Topic :: Internet :: WWW/HTTP',
112113
],

0 commit comments

Comments
 (0)