Skip to content

Commit 970d51b

Browse files
authored
Update python-package.yml
1 parent 65c3ed3 commit 970d51b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ ubuntu-latest ]
19-
python-version: [ 3.7, 3.8, 3.9, '3.10', '3.11', '3.12' ]
19+
python-version: [ 3.8, 3.9, '3.10', '3.11', '3.12' ]
20+
include:
21+
- os: ubuntu-20.04
22+
python-version: 3.7
2023

2124
steps:
2225
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)