From 85c875ff52aa4094e22a213b26a81d5203a5d720 Mon Sep 17 00:00:00 2001 From: Roberto Rossini <71787608+robomics@users.noreply.github.com> Date: Thu, 3 Aug 2023 20:45:34 +0200 Subject: [PATCH] Don't test wheels for EOL versions of Python --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d6151c3..e8e8f28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ filterwarnings = [ [tool.cibuildwheel] test-command = "pytest {project}/test" test-extras = ["test"] -test-skip = ["*universal2:arm64", "pp*"] +test-skip = ["*universal2:arm64", "pp*", "cp36", "cp37"] # Setuptools bug causes collision between pypy and cpython artifacts before-all = [