Skip to content

Commit fa5f28a

Browse files
committed
Remove python 3.7 from ubuntu-latest
1 parent b4d4b18 commit fa5f28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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)