mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 18:04:32 +02:00
GitHub Actions has Python 3.11 on macOS now
Refs https://github.com/actions/setup-python/issues/531
This commit is contained in:
parent
fb8f495582
commit
529110e7d8
2 changed files with 0 additions and 8 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue