From 5940c4554ba2172b6910786a87aad0d531ac1087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thies=20M=C3=B6ller?= Date: Sat, 15 Jun 2024 20:29:11 +0200 Subject: [PATCH] disable py 3.6 3.7 3.8 on macos and win di --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21a86c5..34732af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=42", "swig>=4.2", "wheel"] build-backend = "setuptools.build_meta" [tool.cibuildwheel] -skip = "pp*" +skip = "pp* cp36-* cp37-* cp38-*" build-verbosity = "0" test-requires = "pytest numpy"