From 3dbc748382cc998b0fbb3ccc66572a66c9df112e Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Thu, 16 Dec 2021 08:10:20 +0100 Subject: [PATCH] pypi: no Python 3.10 for macOS yet --- .github/workflows/pypi-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 0eb56a988..5a77a81e4 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -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 }}