File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2424 test_suite = 'tasklib.tests' ,
2525 install_requires = install_requirements ,
2626 classifiers = [
27- 'Development Status :: 4 - Beta ' ,
27+ 'Development Status :: 6 - Mature ' ,
2828 'Programming Language :: Python' ,
2929 "Programming Language :: Python :: 3" ,
3030 "Programming Language :: Python :: 3.5" ,
3131 "Programming Language :: Python :: 3.6" ,
3232 "Programming Language :: Python :: 3.7" ,
3333 "Programming Language :: Python :: 3.8" ,
3434 "Programming Language :: Python :: 3.9" ,
35+ "Programming Language :: Python :: 3.10" ,
3536 'License :: OSI Approved :: BSD License' ,
3637 'Topic :: Software Development :: Libraries :: Python Modules' ,
3738 'Intended Audience :: Developers' ,
39+ 'Intended Audience :: Information Technology' ,
40+ 'Intended Audience :: System Administrators' ,
41+ 'Operating System :: OS Independent'
3842 ],
3943)
You can’t perform that action at this time.
0 commit comments