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"
28
28
# "LICENSE",
29
29
# "THIRD_PARTY_NOTICES.md",
30
30
# ]
31
- requires-python = " >=3.7 "
31
+ requires-python = " >=3.8 " # python_requires is also located in setup.py
32
32
classifiers = [
33
33
" Development Status :: 5 - Production/Stable" ,
34
- " Programming Language :: Python :: 3.7" ,
35
34
" Programming Language :: Python :: 3.8" ,
36
35
" Programming Language :: Python :: 3.9" ,
37
36
" Programming Language :: Python :: 3.10" ,
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ def build_extension(self, ext):
127
127
128
128
kwargs .update (
129
129
{
130
- "python_requires" : ">=3.8" ,
130
+ "python_requires" : ">=3.8" , # python_requires is also located in pyproject.toml
131
131
"zip_safe" : False ,
132
132
"packages" : packages ,
133
133
"package_data" : {
You can’t perform that action at this time.
0 commit comments