Skip to content

Commit

Permalink
fix: ensure python_requires adheres to pep440 (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
hafkensite authored Feb 9, 2023
1 parent 1e3ce73 commit 98bdb20
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 @@ -58,7 +58,7 @@ def long_description():
]
},
include_package_data=True,
python_requires='>=3.6.*',
python_requires='>=3.6',
install_requires=['pyyaml', 'pathspec>=0.6.0'],
license=__license__,
zip_safe=False,
Expand Down

0 comments on commit 98bdb20

Please sign in to comment.