Skip to content

Commit ff6c8a8

Browse files
Update Trove classifiers
Drop python2, note our stability, and update python3 minor versions.
1 parent b95c263 commit ff6c8a8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)