Browse Source

Added Python v3.12 support to setup.py

pull/1109/head
Chris Caron 7 months ago
parent
commit
47abc10af1
  1. 1
      setup.py

1
setup.py

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