Skip to content

Commit f2660d7

Browse files
authored
Update setup.py
1 parent b57c94e commit f2660d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@
3636
],
3737
package_dir={"certifi": "certifi"},
3838
package_data={"certifi": ["*.pem", "py.typed"]},
39-
# data_files=[('certifi', ['certifi/cacert.pem'])],
4039
include_package_data=True,
4140
zip_safe=False,
4241
license="MPL-2.0",
43-
python_requires=">=3.6",
42+
python_requires=">=3.7",
4443
classifiers=[
4544
"Development Status :: 5 - Production/Stable",
4645
"Intended Audience :: Developers",
@@ -49,7 +48,6 @@
4948
"Programming Language :: Python",
5049
"Programming Language :: Python :: 3",
5150
"Programming Language :: Python :: 3 :: Only",
52-
"Programming Language :: Python :: 3.6",
5351
"Programming Language :: Python :: 3.7",
5452
"Programming Language :: Python :: 3.8",
5553
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)