aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/python.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/python.yml')
-rw-r--r--.github/workflows/python.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 834fdd9ab3e..e2bdb831414 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
- python-version: '3.6'
+ python-version: '3.7'
architecture: 'x64'
- name: Install the library
run: |