@@ -19,7 +19,7 @@ authors = [
19
19
{ name = " Min Ragan-Kelley" },
20
20
]
21
21
license = { file = " LICENSE.md" }
22
- requires-python = " >=3.7 "
22
+ requires-python = " >=3.8 "
23
23
classifiers = [
24
24
" Development Status :: 5 - Production/Stable" ,
25
25
" Intended Audience :: Developers" ,
@@ -32,7 +32,6 @@ classifiers = [
32
32
" Topic :: System :: Networking" ,
33
33
" Programming Language :: Python :: 3" ,
34
34
" Programming Language :: Python :: 3 :: Only" ,
35
- " Programming Language :: Python :: 3.7" ,
36
35
" Programming Language :: Python :: 3.8" ,
37
36
" Programming Language :: Python :: 3.9" ,
38
37
" Programming Language :: Python :: 3.10" ,
@@ -203,14 +202,14 @@ select = "cp3{7,8,9}-* pp3{7,8}-*"
203
202
manylinux-x86_64-image = " manylinux2010"
204
203
manylinux-i686-image = " manylinux2010"
205
204
206
- # build limited-api wheels for 3.7 , 3.12
205
+ # build limited-api wheels for 3.8 , 3.12
207
206
[[tool .cibuildwheel .overrides ]]
208
207
select = " cp312-*"
209
208
config-settings = { "wheel.py-api" = " cp312" }
210
209
211
210
[[tool .cibuildwheel .overrides ]]
212
- select = " cp37 -*"
213
- config-settings = { "wheel.py-api" = " cp37 " }
211
+ select = " cp38 -*"
212
+ config-settings = { "wheel.py-api" = " cp38 " }
214
213
215
214
# note: manylinux_2_28 builds are added
216
215
# in .github/workflows/wheels.yml
0 commit comments