Skip to content

Commit b6d450f

Browse files
authored
Merge pull request #69 from tcalmant/ci3.15
Target Python 3.15 in CI
2 parents ccdfbb9 + 5a50ad4 commit b6d450f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-24.04.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
21+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "3.15.0-alpha.1"]
2222

2323
steps:
2424
- uses: actions/[email protected]

0 commit comments

Comments
 (0)