Skip to content

Commit 3f61c26

Browse files
committed
Py3.7 is unavailable on ubuntu 24.04
1 parent 5420c59 commit 3f61c26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
LAB_OBO_PUBLIC_CLIENT_ID: ${{ secrets.LAB_OBO_PUBLIC_CLIENT_ID }}
2626

2727
# Derived from https://docs.github.com/en/actions/guides/building-and-testing-python#starting-with-the-python-workflow-template
28-
runs-on: ubuntu-latest # It switched to 22.04 shortly after 2022-Nov-8
28+
runs-on: ubuntu-22.04 # ubuntu-latest switched to 22.04 shortly after 2022-Nov-8
2929
strategy:
3030
matrix:
31-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12"]
31+
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", 3.13]
3232

3333
steps:
3434
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)