Skip to content

Commit 0152d7f

Browse files
committed
Update GitHub Actions
1 parent dd64418 commit 0152d7f

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
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-18.04
1515
strategy:
1616
fail-fast: false
17-
max-parallel: 7
17+
max-parallel: 6
1818
matrix:
19-
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]
19+
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
2020

2121
steps:
2222
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)