Skip to content

Commit

Permalink
Merge pull request #534 from iliakur/patch-1
Browse files Browse the repository at this point in the history
Drop py2 support from the wheel
  • Loading branch information
JonathanHuot committed Mar 22, 2024
2 parents 90352e4 + 3109c26 commit 7af9125
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def readall(path):
author_email="me@kennethreitz.com",
url="https://github.com/requests/requests-oauthlib",
packages=["requests_oauthlib", "requests_oauthlib.compliance_fixes"],
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
python_requires=">=3.4",
install_requires=["oauthlib>=3.0.0", "requests>=2.0.0"],
extras_require={"rsa": ["oauthlib[signedtoken]>=3.0.0"]},
license="ISC",
Expand All @@ -53,8 +53,6 @@ def readall(path):
"Natural Language :: English",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
Expand Down

0 comments on commit 7af9125

Please sign in to comment.