Skip to content

Commit 685791f

Browse files
committed
Update GitHub Actions
1 parent c9666b2 commit 685791f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-nightly-mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: macos-latest
1515
strategy:
1616
fail-fast: false
17-
max-parallel: 6
17+
max-parallel: 5
1818
matrix:
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"]
2020

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

0 commit comments

Comments
 (0)