summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-build-windows.yml
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-04 22:53:25 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-04 22:53:25 +0100
commita76bb1bdd30d1c9571633ec9061aab6ef0f0165b (patch)
tree39b40f238644e280b920353f0fbb68e66518fe5c /.github/workflows/pip-build-windows.yml
parent2e23ea38409b747b5f05e7400b4eba38608b3f02 (diff)
test all config as it fails
Diffstat (limited to '.github/workflows/pip-build-windows.yml')
-rw-r--r--.github/workflows/pip-build-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pip-build-windows.yml b/.github/workflows/pip-build-windows.yml
index 954b59d5..0453bf00 100644
--- a/.github/workflows/pip-build-windows.yml
+++ b/.github/workflows/pip-build-windows.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
- python-version: ['3.10']
+ python-version: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
name: Build wheels for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1