Skip to content

Commit d7309a3

Browse files
authored
Merge pull request #45 from als-epics/ci-fix-ubuntu-24
Update ci.yml
2 parents 5388180 + b401024 commit d7309a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
18-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']
18+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14.0-rc.2']
1919
name: Python ${{ matrix.python-version }}
2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)