Skip to content

Commit 05e2b0b

Browse files
committed
Exclude Rust extension testing for free-threaded Python
Free-threaded Python (3.13t) doesn't yet support Rust extensions via maturin. Only test Rust with standard CPython 3.10.
1 parent 4a64a28 commit 05e2b0b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ jobs:
6666
# Don't test Rust with pypy
6767
- python-version: "pypy-3.11"
6868
extension: "rust"
69+
# Don't test Rust with free-threaded Python (not yet supported)
70+
- python-version: "3.13t"
71+
extension: "rust"
6972

7073
name: CPython ${{ matrix.python-version }}-${{ matrix.os }}-${{ matrix.extension }}
7174
steps:

0 commit comments

Comments
 (0)