Skip to content

Commit c7929ee

Browse files
achapkowskibrandond
authored andcommitted
Update setup.py
Add py3.6, py3.7, py3.8, py3.9 support
1 parent 37a1347 commit c7929ee

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121
'Environment :: Win32 (MS Windows)',
2222
'Intended Audience :: Developers',
2323
'License :: OSI Approved :: Apache Software License',
24-
'Programming Language :: Python :: 2',
25-
'Programming Language :: Python :: 2.7',
2624
'Programming Language :: Python :: 3',
2725
'Programming Language :: Python :: 3.4',
2826
'Programming Language :: Python :: 3.5',
27+
'Programming Language :: Python :: 3.6',
28+
'Programming Language :: Python :: 3.7',
29+
'Programming Language :: Python :: 3.8',
30+
'Programming Language :: Python :: 3.9',
2931
'Programming Language :: Python',
3032
],
3133
description='This package allows for Single-Sign On HTTP Negotiate authentication using the requests library on Windows.',

0 commit comments

Comments
 (0)