Skip to content

Commit

Permalink
Fix CI to use python3.13t interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
ijl committed Jan 8, 2025
1 parent d231af6 commit 3964617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 3964617

Please sign in to comment.