Skip to content

Commit bea5228

Browse files
committed
Add free threaded Python 3.14t to the testing
1 parent dba6b86 commit bea5228

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,8 @@ jobs:
7373
strategy:
7474
matrix:
7575
os: [ubuntu, windows]
76-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
76+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 3.14t]
7777
required: [true]
78-
include:
79-
- os: ubuntu
80-
python-version: 3.14-dev
81-
required: false
82-
- os: windows
83-
python-version: 3.14-dev
84-
required: false
85-
8678

8779
steps:
8880
- uses: actions/checkout@v5

changelog.d/1274.fixed.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add free threaded Python 3.14t to the testing

0 commit comments

Comments
 (0)