mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 08:34:01 +00:00
pypi: no Python 3.10 for macOS yet
This commit is contained in:
5
.github/workflows/pypi-release.yml
vendored
5
.github/workflows/pypi-release.yml
vendored
@@ -74,7 +74,10 @@ jobs:
|
||||
matrix:
|
||||
os: [macos-10.15, windows-2019]
|
||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
|
||||
|
||||
exclude:
|
||||
# pyobjc is not yet compatible with Python 3.10
|
||||
- os: macos-10.15
|
||||
python-version: '3.10'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
||||
Reference in New Issue
Block a user