Skip to content

Commit 52609bf

Browse files
authored
Drop experimental Python 3.13 free-threaded (#336)
1 parent 8a47cb4 commit 52609bf

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
sync:
1313
permissions:
1414
pull-requests: write
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-slim
1616
steps:
1717
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
with:

.github/workflows/require-pr-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
label:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-slim
1010

1111
permissions:
1212
issues: write

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- "3.15"
2121
- "3.14t"
2222
- "3.14"
23-
- "3.13t"
2423
- "3.13"
2524
- "3.12"
2625
- "3.11"

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[tox]
22
requires =
3-
tox>=4.2
3+
tox>=4.32
44
env_list =
55
docs
66
lint
77
mypy
8-
py{py3, 315, 314, 313, 312, 311, 310}
8+
py{py3}
9+
py{310-315}
10+
py{314-315}t
911

1012
[testenv]
1113
extras =

0 commit comments

Comments
 (0)