From 338c8a76423e1e5221f09a49032ac378cf863cef Mon Sep 17 00:00:00 2001 From: Jacques Troussard Date: Tue, 26 Mar 2024 15:48:46 -0400 Subject: [PATCH] 541: updates pypi metadata in setup file --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 2bc5e55..dea8fd7 100644 --- a/setup.py +++ b/setup.py @@ -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=">=3.4", + python_requires=">=3.7", install_requires=["oauthlib>=3.0.0", "requests>=2.0.0"], extras_require={"rsa": ["oauthlib[signedtoken]>=3.0.0"]}, license="ISC", @@ -54,9 +54,6 @@ def readall(path): "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",