Skip to content

Commit 1659795

Browse files
committed
gh-actions: loosen python 3.13 version specification
1 parent 10522f5 commit 1659795

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
py-ver-major: [3]
23-
py-ver-minor: [8, 9, 10, 11, 12, "13.0-rc.1"]
23+
py-ver-minor: [8, 9, 10, 11, 12, 13]
2424
fail-fast: false
2525

2626
env:
@@ -35,6 +35,7 @@ jobs:
3535
uses: actions/setup-python@v5
3636
with:
3737
python-version: ${{ env.py-semver }}
38+
allow-prereleases: true
3839
cache: pip
3940
cache-dependency-path: |
4041
requirements.txt

0 commit comments

Comments
 (0)