Skip to content

Commit a1091b4

Browse files
committed
Use 3.14 in the matrix
1 parent 9340382 commit a1091b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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)