We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da730a commit dfacef8Copy full SHA for dfacef8
setup.py
@@ -63,15 +63,12 @@
63
'Operating System :: MacOS :: MacOS X',
64
# 'Operating System :: Microsoft :: Windows', -- Not tested yet
65
'Operating System :: POSIX',
66
- 'Programming Language :: Python :: 2.7',
67
'Programming Language :: Python :: 3',
68
- 'Programming Language :: Python :: 3.5',
69
- 'Programming Language :: Python :: 3.6',
70
- 'Programming Language :: Python :: 3.7',
71
'Programming Language :: Python :: 3.8',
72
'Programming Language :: Python :: 3.9',
73
'Programming Language :: Python :: 3.10',
74
- 'Programming Language :: Python :: 3.11'
+ 'Programming Language :: Python :: 3.11',
+ 'Programming Language :: Python :: 3.12',
75
],
76
packages=packages,
77
install_requires=install_requires,
0 commit comments