summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortmartins <thigm85@gmail.com>2020-08-10 10:37:11 +0200
committertmartins <thigm85@gmail.com>2020-08-10 10:37:11 +0200
commit65517802964784202d8a86d3cf0ecf8f83bbf265 (patch)
tree452142960c2fae86c58a54cbf2a8d0270ff3c9f5 /.github
parent313e89b501a361fe08b6b41fa92ef2f5046d8cbd (diff)
set python to 3.7
Diffstat (limited to '.github')
-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: |