Skip to content

Commit 759ca04

Browse files
committed
Test Python branch with same Python version
1 parent f8c0b67 commit 759ca04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
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: 3
20+
python-version: ${{ matrix.branch == 'origin/main' && '3.14' || matrix.branch }}
2121
allow-prereleases: true
2222
cache: pip
2323
- name: Clone docsbuild scripts

0 commit comments

Comments
 (0)