We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57c94e commit f2660d7Copy full SHA for f2660d7
setup.py
@@ -36,11 +36,10 @@
36
],
37
package_dir={"certifi": "certifi"},
38
package_data={"certifi": ["*.pem", "py.typed"]},
39
- # data_files=[('certifi', ['certifi/cacert.pem'])],
40
include_package_data=True,
41
zip_safe=False,
42
license="MPL-2.0",
43
- python_requires=">=3.6",
+ python_requires=">=3.7",
44
classifiers=[
45
"Development Status :: 5 - Production/Stable",
46
"Intended Audience :: Developers",
@@ -49,7 +48,6 @@
49
48
"Programming Language :: Python",
50
"Programming Language :: Python :: 3",
51
"Programming Language :: Python :: 3 :: Only",
52
- "Programming Language :: Python :: 3.6",
53
"Programming Language :: Python :: 3.7",
54
"Programming Language :: Python :: 3.8",
55
"Programming Language :: Python :: 3.9",
0 commit comments