Skip to content

Commit 529110e

Browse files
authored
GitHub Actions has Python 3.11 on macOS now
Refs actions/setup-python#531
1 parent fb8f495 commit 529110e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ jobs:
1111
matrix:
1212
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1313
os: [ubuntu-latest, windows-latest, macos-latest]
14-
exclude:
15-
# https://github.com/actions/setup-python/issues/531
16-
- os: macos-latest
17-
python-version: "3.11"
1814
steps:
1915
- uses: actions/checkout@v3
2016
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
1414
numpy: [0, 1]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
16-
exclude:
17-
# https://github.com/actions/setup-python/issues/531
18-
- os: macos-latest
19-
python-version: "3.11"
2016
steps:
2117
- uses: actions/checkout@v3
2218
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)