mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Skip macos-latest Python 3.11 for the moment
Refs https://github.com/actions/setup-python/issues/531
This commit is contained in:
parent
b8526c434a
commit
5133339d00
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue