From dd3b0b2ed767c6d7186d6b25949d02b046203dbb Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Thu, 5 Sep 2024 12:26:09 -0600 Subject: [PATCH] Add pypy 3.10 wheel build --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3fc9089..8c7f38c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,7 @@ build = [ "cp312-*", "pp38-*", "pp39-*", + "pp310-*", ] [tool.cibuildwheel.linux] @@ -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" }