8000 Add pypy 3.10 wheel build (#96) · jameshilliard/ada-python@89182ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 89182ad

Browse files
Add pypy 3.10 wheel build (ada-url#96)
1 parent 4c0ed2e commit 89182ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ build = [
6969
"cp312-*",
7070
"pp38-*",
7171
"pp39-*",
72+
"pp310-*",
7273
]
7374

7475
[tool.cibuildwheel.linux]
@@ -84,5 +85,5 @@ archs = ["AMD64"]
8485

8586
# https://github.com/pypy/pypy/issues/5027
8687
[[tool.cibuildwheel.overrides]]
87-
select = "pp39-win_amd64"
88+
select = "pp3{9,10}-win_amd64"
8889
environment = { SETUPTOOLS_USE_DISTUTILS="stdlib" }

0 commit comments

Comments
 (0)
0