summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-packaging-windows.yml
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-08-16 08:18:05 +0200
committerGitHub <noreply@github.com>2022-08-16 08:18:05 +0200
commit7232cbf06f14e517e82513a505e9392a7ad9f4db (patch)
tree26c7e719fd95f51c4c0ea90cda55633946238f1f /.github/workflows/pip-packaging-windows.yml
parent1341c67641f9593281e9419d2ce864743b9213aa (diff)
parent137a18d15d37fd732a4f3afba375d17217335924 (diff)
Merge pull request #677 from VincentRouvreau/release_3_6_0rc2
Release 3.6.0rc2
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 142a114c..48a98036 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.6', '3.7', '3.8', '3.9', '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