Skip to content

Commit

Permalink
Simplify python_requires (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k committed Mar 24, 2020
1 parent 09f2e20 commit 4de9b64
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 @@ -67,7 +67,7 @@ def get_version(package):
"Programming Language :: Python :: 3.8",
"Topic :: Utilities",
],
python_requires=">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
python_requires=">=3.5",
extras_require=EXTRAS_REQUIRE,
entry_points={"console_scripts": ["pyjwt = jwt.__main__:main"]},
options={"bdist_wheel": {"universal": "1"}},
Expand Down

0 comments on commit 4de9b64

Please sign in to comment.