Skip to content

Commit

Permalink
Fix python_requires to valid PEP 345 syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Jun 23, 2021
1 parent 4c23c75 commit 00d4342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def gssapi_modules(lst):
long_description=long_desc,
license='LICENSE.txt',
url="https://github.com/pythongssapi/python-gssapi",
python_requires=">=3.6.*",
python_requires=">=3.6",
classifiers=[
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
Expand Down

0 comments on commit 00d4342

Please sign in to comment.