summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-build-osx.yml
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-12-12 09:25:32 +0100
committerGitHub <noreply@github.com>2022-12-12 09:25:32 +0100
commit60a18d8bd0aaf365fddf813406e53f927631688b (patch)
tree91d270cf5615cb2774a8bbb6c5898780e1ed550f /.github/workflows/pip-build-osx.yml
parent521d3aea630f0f4860d4d0a4ca0e70d1717ad994 (diff)
parent3a8e6e1f5641df481876cd4c1dfb3d66fb672964 (diff)
Merge pull request #765 from VincentRouvreau/python_3_11_for_pip
pip package for python 3.11
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 59e94ca5..732f7e67 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.11']
name: Build wheels for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3