Added Python v3.12 support to setup.py

pull/1109/head
Chris Caron 8 months ago
parent cced5ed7b5
commit 47abc10af1

@ -100,6 +100,7 @@ setup(
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'License :: OSI Approved :: BSD License',

Loading…
Cancel
Save