Added Python v3.12 support to setup.py

This commit is contained in:
Chris Caron 2024-04-13 18:47:43 -04:00
parent cced5ed7b5
commit 47abc10af1

View File

@ -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',