We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af9125 commit 45eca1aCopy full SHA for 45eca1a
setup.py
@@ -43,7 +43,7 @@ def readall(path):
43
author_email="me@kennethreitz.com",
44
url="https://github.com/requests/requests-oauthlib",
45
packages=["requests_oauthlib", "requests_oauthlib.compliance_fixes"],
46
- python_requires=">=3.4",
+ python_requires=">=3.7",
47
install_requires=["oauthlib>=3.0.0", "requests>=2.0.0"],
48
extras_require={"rsa": ["oauthlib[signedtoken]>=3.0.0"]},
49
license="ISC",
@@ -54,9 +54,6 @@ def readall(path):
54
"License :: OSI Approved :: BSD License",
55
"Programming Language :: Python",
56
"Programming Language :: Python :: 3",
57
- "Programming Language :: Python :: 3.4",
58
- "Programming Language :: Python :: 3.5",
59
- "Programming Language :: Python :: 3.6",
60
"Programming Language :: Python :: 3.7",
61
"Programming Language :: Python :: 3.8",
62
"Programming Language :: Python :: 3.9",
0 commit comments