Skip to content

Commit 4d59c56

Browse files
committed
Use 3.14 in the matrix
1 parent 759ca04 commit 4d59c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
branch: ["origin/main", "3.13", "3.12"]
15+
branch: ["3.14", "3.13", "3.12"]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-python@v5
1919
with:
20-
python-version: ${{ matrix.branch == 'origin/main' && '3.14' || matrix.branch }}
20+
python-version: ${{ matrix.branch }}
2121
allow-prereleases: true
2222
cache: pip
2323
- name: Clone docsbuild scripts

0 commit comments

Comments
 (0)