summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test-binary-build.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-binary-build.yaml')
-rw-r--r--.github/workflows/test-binary-build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-binary-build.yaml b/.github/workflows/test-binary-build.yaml
index 11e720a..1fbcd80 100644
--- a/.github/workflows/test-binary-build.yaml
+++ b/.github/workflows/test-binary-build.yaml
@@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
- python-version: 3.7
+ python-version: 3.8
architecture: 'x64'
- name: Cache venv
uses: actions/cache@v1