summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-packaging-windows.yml
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-12-09 08:57:56 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-12-09 08:57:56 +0100
commit3a8e6e1f5641df481876cd4c1dfb3d66fb672964 (patch)
tree6231966f73e60d8ddd0571836e2d8ac9556fae02 /.github/workflows/pip-packaging-windows.yml
parent069abeb8bcc9f3a846654c6c2bdfe82bcf3e85ce (diff)
pip package for python 3.11
Diffstat (limited to '.github/workflows/pip-packaging-windows.yml')
-rw-r--r--.github/workflows/pip-packaging-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml
index 6f544499..df0db9a5 100644
--- a/.github/workflows/pip-packaging-windows.yml
+++ b/.github/workflows/pip-packaging-windows.yml
@@ -10,7 +10,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
- python-version: ['3.7', '3.8', '3.9', '3.10']
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
name: Build wheels for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3