Skip to content

Commit

Permalink
Add pypy 3.10 wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshilliard committed Sep 5, 2024
1 parent 4c0ed2e commit dd3b0b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ build = [
"cp312-*",
"pp38-*",
"pp39-*",
"pp310-*",
]

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

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

0 comments on commit dd3b0b2

Please sign in to comment.