Skip to content

Commit 7259531

Browse files
committed
test
1 parent 14226a3 commit 7259531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
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", "3.11", "3.10"]
15+
branch: ["origin/main", "3.14", "3.13", "3.12", "3.11", "3.10"]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-python@v5
1919
with:
20-
python-version: 3
20+
python-version: ${{ matrix.branch }}
2121
allow-prereleases: true
2222
cache: pip
2323
- name: Clone docsbuild scripts

0 commit comments

Comments
 (0)