Skip to content

Commit f69d58d

Browse files
committed
Run on Ubuntu-latest without python 3.7
1 parent 1cf1182 commit f69d58d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ on:
2020
jobs:
2121
build:
2222

23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-latest
2424
# See: https://github.com/marketplace/actions/skip-based-on-commit-message
2525
if: "!contains(github.event.head_commit.message, 'ci skip') || !contains(github.event.head_commit.message, 'skip ci')"
2626
strategy:
2727
matrix:
28-
python-version: ['3.7', '3.8', '3.9', '3.10']
28+
python-version: ['3.8', '3.9', '3.10']
2929

3030
steps:
3131
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)