Skip to content

Commit cb68203

Browse files
authored
Update Python version matrix in workflow
Added Python version '3.14t' to the matrix for testing.
1 parent d1a6735 commit cb68203

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-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', '3.14']
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.14t
81-
required: false
82-
- os: windows
83-
python-version: 3.14t
84-
required: false
85-
8678

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

0 commit comments

Comments
 (0)