File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,9 @@ readme = "README.md"
2828# "LICENSE",
2929# "THIRD_PARTY_NOTICES.md",
3030# ]
31- requires-python = " >=3.7 "
31+ requires-python = " >=3.8 " # python_requires is also located in setup.py
3232classifiers = [
3333 " Development Status :: 5 - Production/Stable" ,
34- " Programming Language :: Python :: 3.7" ,
3534 " Programming Language :: Python :: 3.8" ,
3635 " Programming Language :: Python :: 3.9" ,
3736 " Programming Language :: Python :: 3.10" ,
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ def build_extension(self, ext):
127127
128128 kwargs .update (
129129 {
130- "python_requires" : ">=3.8" ,
130+ "python_requires" : ">=3.8" , # python_requires is also located in pyproject.toml
131131 "zip_safe" : False ,
132132 "packages" : packages ,
133133 "package_data" : {
You can’t perform that action at this time.
0 commit comments