Skip to content

Commit a399719

Browse files
committed
1
1 parent d5f433e commit a399719

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,19 +130,23 @@ build-frontend = "build[uv]"
130130
environment = { CASS_DRIVER_BUILD_CONCURRENCY = "2", CASS_DRIVER_BUILD_EXTENSIONS_ARE_MUST = "yes", CFLAGS = "-g0 -O3" }
131131
skip = [
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*"]
139142
test-groups = ["dev"]
140143

141144
manylinux-x86_64-image = "manylinux_2_28"
142145
manylinux-aarch64-image = "manylinux_2_28"
143146
manylinux-pypy_x86_64-image = "manylinux_2_28"
144147
manylinux-pypy_aarch64-image = "manylinux_2_28"
145148

149+
enable = ["pypy"]
146150
[tool.cibuildwheel.linux]
147151

148152
before-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"

0 commit comments

Comments
 (0)