summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-build-osx.yml
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-01-05 07:11:36 +0100
committerGitHub <noreply@github.com>2022-01-05 07:11:36 +0100
commit31a759b68269d7420a1cb2003e9d2fa979f5a332 (patch)
tree23a2e40cf2c8a83c8591a0f75cba3a157f73548d /.github/workflows/pip-build-osx.yml
parent5eea7c4065873d5542df9a6c18acaf2402cf7822 (diff)
parenta7383e5010e8c813265e44a59831ab8bc9fd3de5 (diff)
Merge pull request #564 from VincentRouvreau/release_3_5_0
Release 3.5.0rc2
Diffstat (limited to '.github/workflows/pip-build-osx.yml')
-rw-r--r--.github/workflows/pip-build-osx.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pip-build-osx.yml b/.github/workflows/pip-build-osx.yml
index 99d515ff..040575d5 100644
--- a/.github/workflows/pip-build-osx.yml
+++ b/.github/workflows/pip-build-osx.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
- python-version: ['3.10']
+ python-version: ['3.7', '3.8', '3.9', '3.10']
name: Build wheels for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1