summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-build-windows.yml
diff options
context:
space:
mode:
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