From 3964617ebabf6f73fb5bffa82f0c146b713dfe39 Mon Sep 17 00:00:00 2001 From: ijl Date: Wed, 8 Jan 2025 15:57:20 +0000 Subject: [PATCH] Fix CI to use python3.13t interpreter --- .github/workflows/artifact.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifact.yaml b/.github/workflows/artifact.yaml index 6e29fa0e..ea9f3cda 100644 --- a/.github/workflows/artifact.yaml +++ b/.github/workflows/artifact.yaml @@ -75,7 +75,7 @@ jobs: fail-fast: false matrix: python: [ - { interpreter: 'python3.13', package: 'python3.13-freethreading', compatibility: "manylinux_2_34", publish: false }, + { interpreter: 'python3.13t', package: 'python3.13-freethreading', compatibility: "manylinux_2_34", publish: false }, { interpreter: 'python3.13', package: 'python3.13', compatibility: "manylinux_2_17", publish: true }, { interpreter: 'python3.12', package: 'python3.12', compatibility: "manylinux_2_17", publish: true }, { interpreter: 'python3.11', package: 'python3.11', compatibility: "manylinux_2_17", publish: true },