Skip to content

Commit 8930339

Browse files
authored
Update python-package.yml
1 parent cdd0d56 commit 8930339

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
@@ -17,9 +17,9 @@ jobs:
1717
runs-on: ubuntu-20.04
1818
strategy:
1919
fail-fast: false
20-
max-parallel: 7
20+
max-parallel: 6
2121
matrix:
22-
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
22+
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
2323

2424
steps:
2525
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)