summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-build-windows.yml
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-12-11 16:38:31 +0100
committerGitHub <noreply@github.com>2020-12-11 16:38:31 +0100
commitd712ec89c9940bcc4629f1177755f859cd7e7c59 (patch)
treee7dcf66176c772ea5111d53ccff4df98a7435d10 /.github/workflows/pip-build-windows.yml
parent10794c300e349fef918b9b8e91d4c2aee7a01890 (diff)
parentec4fe178813119fc4a37c5893e038d2c7b9736f1 (diff)
Merge pull request #438 from VincentRouvreau/pip_python39
Build python 3.9 pip package and use python 3.9 as default test package
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 995d52dd..aacbbc52 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.8']
+ python-version: ['3.9']
name: Build wheels for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1