We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759ca04 commit 4d59c56Copy full SHA for 4d59c56
.github/workflows/tests.yml
@@ -12,12 +12,12 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- branch: ["origin/main", "3.13", "3.12"]
+ branch: ["3.14", "3.13", "3.12"]
16
steps:
17
- uses: actions/checkout@v4
18
- uses: actions/setup-python@v5
19
with:
20
- python-version: ${{ matrix.branch == 'origin/main' && '3.14' || matrix.branch }}
+ python-version: ${{ matrix.branch }}
21
allow-prereleases: true
22
cache: pip
23
- name: Clone docsbuild scripts
0 commit comments