From 7c2368d2cb6c2a49b0fca08765fbba65686efd88 Mon Sep 17 00:00:00 2001 From: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:03:11 +0200 Subject: [PATCH] Don't build wheels for Python versions requiring tomli --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 2fe1c9c..b498cf9 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -9,7 +9,7 @@ on: env: CIBW_TEST_COMMAND: python -m unittest discover --start-directory {project} - CIBW_SKIP: pp* + CIBW_SKIP: pp* cp38-* cp39-* cp310-* CIBW_ENVIRONMENT_PASS_LINUX: TOMLI_USE_MYPYC jobs: