Skip to content

Commit 06421d5

Browse files
authored
Update python-package.yml
1 parent d40a6a5 commit 06421d5

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
@@ -11,10 +11,10 @@ on:
1111
jobs:
1212
build:
1313
name: ${{ matrix.python-version }}
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
strategy:
1616
matrix:
17-
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12" ]
17+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
1818

1919
steps:
2020
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)