File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -130,19 +130,23 @@ build-frontend = "build[uv]"
130130environment = { CASS_DRIVER_BUILD_CONCURRENCY = " 2" , CASS_DRIVER_BUILD_EXTENSIONS_ARE_MUST = " yes" , CFLAGS = " -g0 -O3" }
131131skip = [
132132 " cp38*" ,
133+ " pp38*" ,
133134 " cp39*" ,
135+ " pp39*" ,
134136 " cp3*t-*" ,
137+ " pp3*t-*" ,
135138 " *i686" ,
136139 " *musllinux*" ,
137140]
138- build = [" cp3*" ]
141+ build = [" cp3*" , " pp3* " ]
139142test-groups = [" dev" ]
140143
141144manylinux-x86_64-image = " manylinux_2_28"
142145manylinux-aarch64-image = " manylinux_2_28"
143146manylinux-pypy_x86_64-image = " manylinux_2_28"
144147manylinux-pypy_aarch64-image = " manylinux_2_28"
145148
149+ enable = [" pypy" ]
146150[tool .cibuildwheel .linux ]
147151
148152before-build = " rm -rf ~/.pyxbld && rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux && yum install -y libffi-devel libev libev-devel openssl openssl-devel"
You can’t perform that action at this time.
0 commit comments