From 4881220f60da55f66e5d56bd935dfbf6c1f08967 Mon Sep 17 00:00:00 2001 From: AlbertDominguez Date: Tue, 15 Oct 2024 16:56:37 +0200 Subject: [PATCH] fix tests --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index f1c4c18..8f8635d 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04] - py: [3.11, 3.12] + py: [cp311, cp312] steps: - uses: actions/checkout@v4 name: Checkout repository