@@ -32,7 +32,7 @@ classifiers = [
32
32
" Topic :: Software Development :: Build Tools" ,
33
33
" Typing :: Typed" ,
34
34
]
35
- requires-python = " >=3.7 "
35
+ requires-python = " >=3.8 "
36
36
37
37
[project .urls ]
38
38
"Bug Tracker" = " https://github.com/scikit-build/ninja-python-distributions/issues"
@@ -94,18 +94,18 @@ test-command = "pytest {project}/tests"
94
94
test-skip = [" *-macosx_universal2:arm64" ]
95
95
environment = { NINJA_PYTHON_DIST_ALLOW_NINJA_DEP = " 1" }
96
96
environment-pass = [" SETUPTOOLS_SCM_PRETEND_VERSION" ]
97
- manylinux-x86_64-image = " quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 "
98
- manylinux-i686-image = " quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 "
97
+ manylinux-x86_64-image = " manylinux2014 "
98
+ manylinux-i686-image = " manylinux2014 "
99
99
manylinux-aarch64-image = " manylinux2014"
100
100
manylinux-ppc64le-image = " manylinux2014"
101
101
manylinux-s390x-image = " manylinux2014"
102
102
manylinux-armv7l-image = " manylinux_2_31"
103
103
manylinux-riscv64-image = " manylinux_2_39"
104
- musllinux-x86_64-image = " quay.io/pypa/musllinux_1_1_x86_64:2024.10.26-1 "
105
- musllinux-i686-image = " quay.io/pypa/musllinux_1_1_i686:2024.10.26-1 "
106
- musllinux-aarch64-image = " quay.io/pypa/musllinux_1_1_aarch64:2024.10.26-1 "
107
- musllinux-ppc64le-image = " quay.io/pypa/musllinux_1_1_ppc64le:2024.10.26-1 "
108
- musllinux-s390x-image = " quay.io/pypa/musllinux_1_1_s390x:2024.10.26-1 "
104
+ musllinux-x86_64-image = " musllinux_1_2 "
105
+ musllinux-i686-image = " musllinux_1_2 "
106
+ musllinux-aarch64-image = " musllinux_1_2 "
107
+ musllinux-ppc64le-image = " musllinux_1_2 "
108
+ musllinux-s390x-image = " musllinux_1_2 "
109
109
musllinux-armv7l-image = " musllinux_1_2"
110
110
musllinux-riscv64-image = " musllinux_1_2"
111
111
@@ -117,15 +117,6 @@ select = "*-macos*"
117
117
inherit.environment = " append"
118
118
environment = { MACOSX_DEPLOYMENT_TARGET = " 10.9" }
119
119
120
- [[tool .cibuildwheel .overrides ]]
121
- select = " *-manylinux_{x86_64,i686}"
122
- before-build = " python -m pip install 'pip==25.1.1'"
123
- build-frontend = " pip"
124
- inherit.environment = " append"
125
- environment = { LDFLAGS = " -static-libstdc++" }
126
- inherit.test-command = " prepend"
127
- test-command = " pip check"
128
-
129
120
[[tool .cibuildwheel .overrides ]]
130
121
select = " *-musllinux_*"
131
122
inherit.environment = " append"
0 commit comments