Skip to content

Commit

Permalink
bump python version back to 3.7 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Jul 26, 2022
1 parent 634b99b commit f130ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
test-full:
runs-on: macos-latest
env:
PYTHON: '3.7'
PYTHON: '3.9'
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |
pip install -r requirements.txt
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.9
python-version: 3.7
- name: Install pipenv
uses: dschep/install-pipenv-action@v1
- name: Build docs
Expand Down

0 comments on commit f130ee4

Please sign in to comment.