Skip to content

Commit 6888ee6

Browse files
committed
removed 3.13t
1 parent 27e2edf commit 6888ee6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
target: ${{ matrix.target }}
7878
manylinux: ${{ matrix.manylinux || 'auto' }}
79-
args: --release --out dist --interpreter 3.13t 3.14t
79+
args: --release --out dist --interpreter 3.14t
8080
rust-toolchain: stable
8181
docker-options: -e CI
8282

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [Ubuntu, MacOS, Windows]
36-
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.13t", "3.14t"]
36+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.14t"]
3737
defaults:
3838
run:
3939
shell: bash

0 commit comments

Comments
 (0)