We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a1347 commit c7929eeCopy full SHA for c7929ee
1 file changed
setup.py
@@ -21,11 +21,13 @@
21
'Environment :: Win32 (MS Windows)',
22
'Intended Audience :: Developers',
23
'License :: OSI Approved :: Apache Software License',
24
- 'Programming Language :: Python :: 2',
25
- 'Programming Language :: Python :: 2.7',
26
'Programming Language :: Python :: 3',
27
'Programming Language :: Python :: 3.4',
28
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
29
+ 'Programming Language :: Python :: 3.8',
30
+ 'Programming Language :: Python :: 3.9',
31
'Programming Language :: Python',
32
],
33
description='This package allows for Single-Sign On HTTP Negotiate authentication using the requests library on Windows.',
0 commit comments