GitHub Actions has Python 3.11 on macOS now

Refs https://github.com/actions/setup-python/issues/531
This commit is contained in:
Simon Willison 2022-10-26 12:27:32 -07:00 committed by GitHub
commit 529110e7d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View file

@ -11,10 +11,6 @@ jobs:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
# https://github.com/actions/setup-python/issues/531
- os: macos-latest
python-version: "3.11"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}

View file

@ -13,10 +13,6 @@ jobs:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
numpy: [0, 1]
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
# https://github.com/actions/setup-python/issues/531
- os: macos-latest
python-version: "3.11"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}