|
23 | 23 | "pyasn1-modules>=0.2.1",
|
24 | 24 | # rsa==4.5 is the last version to support 2.7
|
25 | 25 | # https://github.com/sybrenstuvel/python-rsa/issues/152#issuecomment-643470233
|
26 |
| - 'rsa<4.6; python_version < "3.5"', |
27 |
| - 'rsa>=3.1.4,<5; python_version >= "3.5"', |
| 26 | + 'rsa<4.6; python_version < "3.6"', |
| 27 | + 'rsa>=3.1.4,<5; python_version >= "3.6"', |
28 | 28 | "setuptools>=40.3.0",
|
29 | 29 | "six>=1.9.0",
|
30 | 30 | )
|
|
48 | 48 | namespace_packages=("google",),
|
49 | 49 | install_requires=DEPENDENCIES,
|
50 | 50 | extras_require=extras,
|
51 |
| - python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", |
| 51 | + python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*", |
52 | 52 | license="Apache 2.0",
|
53 | 53 | keywords="google auth oauth client",
|
54 | 54 | classifiers=[
|
55 | 55 | "Programming Language :: Python :: 2",
|
56 | 56 | "Programming Language :: Python :: 2.7",
|
57 | 57 | "Programming Language :: Python :: 3",
|
58 |
| - "Programming Language :: Python :: 3.5", |
59 | 58 | "Programming Language :: Python :: 3.6",
|
60 | 59 | "Programming Language :: Python :: 3.7",
|
61 | 60 | "Programming Language :: Python :: 3.8",
|
| 61 | + "Programming Language :: Python :: 3.9", |
62 | 62 | "Development Status :: 5 - Production/Stable",
|
63 | 63 | "Intended Audience :: Developers",
|
64 | 64 | "License :: OSI Approved :: Apache Software License",
|
|
0 commit comments