Skip to content

Commit d554fce

Browse files
Add python_requires >= 3.6
The python project still considers 3.5 supported, so we need to ensure users on 3.5 don't get versions that they can't use. Resolves: #198
1 parent dd6892f commit d554fce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ def gssapi_modules(lst):
304304
long_description=long_desc,
305305
license='LICENSE.txt',
306306
url="https://github.com/pythongssapi/python-gssapi",
307+
python_requires=">=3.6.*",
307308
classifiers=[
308309
'Development Status :: 5 - Production/Stable',
309310
'Programming Language :: Python',

0 commit comments

Comments
 (0)