File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -305,11 +305,12 @@ def gssapi_modules(lst):
305305 license = 'LICENSE.txt' ,
306306 url = "https://github.com/pythongssapi/python-gssapi" ,
307307 classifiers = [
308- 'Development Status :: 4 - Beta ' ,
308+ 'Development Status :: 5 - Production/Stable ' ,
309309 'Programming Language :: Python' ,
310- 'Programming Language :: Python :: 2.7' ,
311310 'Programming Language :: Python :: 3' ,
312- 'Programming Language :: Python :: 3.3' ,
311+ 'Programming Language :: Python :: 3.6' ,
312+ 'Programming Language :: Python :: 3.7' ,
313+ 'Programming Language :: Python :: 3.8' ,
313314 'Intended Audience :: Developers' ,
314315 'License :: OSI Approved :: ISC License (ISCL)' ,
315316 'Programming Language :: Python :: Implementation :: CPython' ,
You can’t perform that action at this time.
0 commit comments