Skip to content

Commit 4de9b64

Browse files
authored
Simplify python_requires (jpadilla#478)
1 parent 09f2e20 commit 4de9b64

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
@@ -67,7 +67,7 @@ def get_version(package):
6767
"Programming Language :: Python :: 3.8",
6868
"Topic :: Utilities",
6969
],
70-
python_requires=">=3, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
70+
python_requires=">=3.5",
7171
extras_require=EXTRAS_REQUIRE,
7272
entry_points={"console_scripts": ["pyjwt = jwt.__main__:main"]},
7373
options={"bdist_wheel": {"universal": "1"}},

0 commit comments

Comments
 (0)