Skip to content

Commit d4e5246

Browse files
committed
Update GitHub Actions
1 parent 2aa5abe commit d4e5246

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: windows-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

.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-latest
1818
strategy:
1919
fail-fast: false
20-
max-parallel: 6
20+
max-parallel: 5
2121
matrix:
22-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
22+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2323

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

0 commit comments

Comments
 (0)