pypi: no Python 3.10 for macOS yet

This commit is contained in:
Philipp Wolfer
2021-12-16 08:10:20 +01:00
parent cb638b9a7d
commit 3dbc748382

View File

@@ -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 }}