Skip to content

Commit 017deae

Browse files
committed
update setup.py
1 parent a6dff69 commit 017deae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,14 @@
7373
extras_require=extras_require,
7474
python_requires='>=3.8.0',
7575
classifiers=[
76-
'Development Status :: 5 - Production/Stable',
76+
'Development Status :: 3 - Alpha',
7777
'License :: OSI Approved :: MIT License',
7878
'Intended Audience :: Developers',
7979
'Natural Language :: English',
8080
'Operating System :: OS Independent',
8181
'Programming Language :: Python :: 3.8',
8282
'Programming Language :: Python :: 3.9',
83+
'Programming Language :: Python :: 3.10'
8384
'Topic :: Internet',
8485
'Topic :: Software Development :: Libraries',
8586
'Topic :: Software Development :: Libraries :: Python Modules',

0 commit comments

Comments
 (0)