Skip to content

Commit

Permalink
okay lets try with xenial and 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Nov 14, 2021
1 parent 0c6366f commit 3154842
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup Python
uses: actions/[email protected]
with:
python-version: '3.8'
python-version: '3.7'

- name: Setup pipenv
run: |
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ pykwalify-webform = "==0.1.4"
[dev-packages]

[requires]
python_version = "3.8"
python_version = "3.7"
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.7

0 comments on commit 3154842

Please sign in to comment.