summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-08-12 17:56:20 +0200
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-08-12 17:56:20 +0200
commit9bff1146f5c90301a17341c01e7bf1b1268f65a7 (patch)
treee23aa9dba64e1b3b0eaf3bcbf49980b323a33c78 /.github
parent1341c67641f9593281e9419d2ce864743b9213aa (diff)
No more python 3.6 for windows
Diffstat (limited to '.github')
-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