Skip to content

Commit

Permalink
Ensure the required python version is PEP 440 compliant
Browse files Browse the repository at this point in the history
Fixes #261
  • Loading branch information
ionrock committed Oct 29, 2021
1 parent c88462c commit 7832266
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 @@ -24,7 +24,7 @@
install_requires=["requests", "msgpack>=0.5.2"],
extras_require={"filecache": ["lockfile>=0.9"], "redis": ["redis>=2.10.5"]},
entry_points={"console_scripts": ["doesitcache = cachecontrol._cmd:main"]},
python_requires=">=3.6.*",
python_requires=">=3.6",
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
Expand Down

0 comments on commit 7832266

Please sign in to comment.