Skip to content

Commit db6a437

Browse files
committed
ci: update now that 3.14 has released
1 parent b7b4fb1 commit db6a437

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
python-version: ['3.10', '3.11', '3.12', '3.13']
17-
include: # Adding prereleases explicitly
18-
- os: ubuntu-latest
19-
python-version: '3.14'
20-
allow-prereleases: true
21-
- os: macos-latest
22-
python-version: '3.14t'
23-
allow-prereleases: true
16+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.14t']
2417

2518
runs-on: ${{ matrix.os }}
2619

0 commit comments

Comments
 (0)