Skip to content

Commit 4613dc2

Browse files
committed
ci(github-actions): add back 3.7 runner to pythonpackage
1 parent d6a1e23 commit 4613dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
python-check:
77
strategy:
88
matrix:
9-
python-version: [3.6, 3.8, 3.9]
9+
python-version: [3.6, 3.7, 3.8, 3.9]
1010
platform: [ubuntu-latest, macos-latest, windows-latest]
1111
runs-on: ${{ matrix.platform }}
1212
steps:

0 commit comments

Comments
 (0)