Skip to content

Commit 7af9125

Browse files
authored
Merge pull request #534 from iliakur/patch-1
Drop py2 support from the wheel
2 parents 90352e4 + 3109c26 commit 7af9125

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def readall(path):
4343
author_email="me@kennethreitz.com",
4444
url="https://github.com/requests/requests-oauthlib",
4545
packages=["requests_oauthlib", "requests_oauthlib.compliance_fixes"],
46-
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
46+
python_requires=">=3.4",
4747
install_requires=["oauthlib>=3.0.0", "requests>=2.0.0"],
4848
extras_require={"rsa": ["oauthlib[signedtoken]>=3.0.0"]},
4949
license="ISC",
@@ -53,8 +53,6 @@ def readall(path):
5353
"Natural Language :: English",
5454
"License :: OSI Approved :: BSD License",
5555
"Programming Language :: Python",
56-
"Programming Language :: Python :: 2",
57-
"Programming Language :: Python :: 2.7",
5856
"Programming Language :: Python :: 3",
5957
"Programming Language :: Python :: 3.4",
6058
"Programming Language :: Python :: 3.5",

0 commit comments

Comments
 (0)