From 7957a454206767ac60ec8305d478a38e47d8457a Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 8 Sep 2022 15:52:33 +0200 Subject: [PATCH] [wheel] Build for different Python versions. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c3d7b3b2c7..e9b2b352a81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ norecursedirs = ["Tests/Data"] [tool.cibuildwheel] archs = "auto64" -build = "cp310-*" +build = "cp3*" skip = "*musllinux*" test-extras = "test" test-command = "pytest {project}/Tests/Python" -- GitLab