Skip to content

Commit 45eca1a

Browse files
jtroussardJacques Troussard
andauthored
541: updates pypi metadata in setup file (#542)
Co-authored-by: Jacques Troussard <mm_sparrow@beeswaxnoneofyours.com>
1 parent 7af9125 commit 45eca1a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 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=">=3.4",
46+
python_requires=">=3.7",
4747
install_requires=["oauthlib>=3.0.0", "requests>=2.0.0"],
4848
extras_require={"rsa": ["oauthlib[signedtoken]>=3.0.0"]},
4949
license="ISC",
@@ -54,9 +54,6 @@ def readall(path):
5454
"License :: OSI Approved :: BSD License",
5555
"Programming Language :: Python",
5656
"Programming Language :: Python :: 3",
57-
"Programming Language :: Python :: 3.4",
58-
"Programming Language :: Python :: 3.5",
59-
"Programming Language :: Python :: 3.6",
6057
"Programming Language :: Python :: 3.7",
6158
"Programming Language :: Python :: 3.8",
6259
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)