Skip to content

Commit

Permalink
netlify can only do 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Nov 13, 2021
1 parent 27875d4 commit 0c6366f
Show file tree
Hide file tree
Showing 2 changed files with 2 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.10'
python-version: '3.8'

- 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.10"
python_version = "3.8"

0 comments on commit 0c6366f

Please sign in to comment.