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 a6dff69 commit 017deaeCopy full SHA for 017deae
setup.py
@@ -73,13 +73,14 @@
73
extras_require=extras_require,
74
python_requires='>=3.8.0',
75
classifiers=[
76
- 'Development Status :: 5 - Production/Stable',
+ 'Development Status :: 3 - Alpha',
77
'License :: OSI Approved :: MIT License',
78
'Intended Audience :: Developers',
79
'Natural Language :: English',
80
'Operating System :: OS Independent',
81
'Programming Language :: Python :: 3.8',
82
'Programming Language :: Python :: 3.9',
83
+ 'Programming Language :: Python :: 3.10'
84
'Topic :: Internet',
85
'Topic :: Software Development :: Libraries',
86
'Topic :: Software Development :: Libraries :: Python Modules',
0 commit comments