summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-packaging-windows.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-10 09:52:17 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-10 09:52:17 +0100
commited7dcbebad7dd6fee114723eb34601b292a2e72c (patch)
tree2360e6fe94a390db8d50236f52c888bea02b7e25 /.github/workflows/pip-packaging-windows.yml
parentcbb0e9feb0fa53239ed0cab41425ac4ce7fde0dd (diff)
Build python 3.9 pip package and use python 3.9 as default test package
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 8f4ab6e7..3a751486 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.5', '3.6', '3.7', '3.8']
+ python-version: ['3.5', '3.6', '3.7', '3.8', '3.9']
name: Build wheels for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1