Skip to content

Commit baeedbe

Browse files
jborean93frozencemetery
authored andcommitted
Fix python_requires to valid PEP 440 syntax
Signed-off-by: Jordan Borean <[email protected]>
1 parent 4c23c75 commit baeedbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def gssapi_modules(lst):
346346
long_description=long_desc,
347347
license='LICENSE.txt',
348348
url="https://github.com/pythongssapi/python-gssapi",
349-
python_requires=">=3.6.*",
349+
python_requires=">=3.6",
350350
classifiers=[
351351
'Development Status :: 5 - Production/Stable',
352352
'Programming Language :: Python',

0 commit comments

Comments
 (0)