Skip to content

Commit

Permalink
Add python_requires >= 3.6
Browse files Browse the repository at this point in the history
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
  • Loading branch information
frozencemetery committed Apr 8, 2020
1 parent dd6892f commit d554fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ def gssapi_modules(lst):
long_description=long_desc,
license='LICENSE.txt',
url="https://github.com/pythongssapi/python-gssapi",
python_requires=">=3.6.*",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
Expand Down

0 comments on commit d554fce

Please sign in to comment.