Skip to content

Commit 4f67bfa

Browse files
committed
chore(CI): add support for Python 3.8 & 3.9 on arm64 macOS
1 parent c2de958 commit 4f67bfa

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,6 @@ jobs:
129129
matrix:
130130
os: [ 'ubuntu-20.04', 'macos-12', 'macos-14', 'windows-2022', 'pi' ]
131131
python_version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
132-
exclude:
133-
# actions/setup-python: The version '3.8'/'3.9' with architecture 'arm64' was not found for macOS.
134-
# see https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
135-
- os: 'macos-14'
136-
python_version: '3.8'
137-
- os: 'macos-14'
138-
python_version: '3.9'
139132
runs-on: ${{ matrix.os }}
140133
steps:
141134
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)