Skip macos-latest Python 3.11 for the moment

Refs https://github.com/actions/setup-python/issues/531
This commit is contained in:
Simon Willison 2022-10-25 12:08:58 -07:00 committed by GitHub
commit 5133339d00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,10 @@ 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 }}