Skip to content

Commit 1c5cea7

Browse files
authored
python_requires gt 2.7
1 parent a53457e commit 1c5cea7

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
@@ -43,7 +43,7 @@ def readall(path):
4343
author_email="[email protected]",
4444
url="https://github.com/requests/requests-oauthlib",
4545
packages=["requests_oauthlib", "requests_oauthlib.compliance_fixes"],
46-
python_requires="!=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
46+
python_requires=">2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
4747
install_requires=["oauthlib>=3.0.0", "requests>=2.0.0"],
4848
extras_require={"rsa": ["oauthlib[signedtoken]>=3.0.0"]},
4949
license="ISC",

0 commit comments

Comments
 (0)