Skip to content

Commit 4f4aa84

Browse files
committed
fixup! Add support for Python 3.15
1 parent 3fba852 commit 4f4aa84

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
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v5
2121
- uses: actions/setup-python@v6
2222
with:
23-
python-version: ${{ matrix.branch }}
23+
python-version: ${{ matrix.python-version }}
2424
allow-prereleases: true
2525
cache: pip
2626
- name: Clone docsbuild scripts

0 commit comments

Comments
 (0)