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 2373f84 commit 634b99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.9'
PYTHON: '3.7'
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.9
python-version: 3.7
- name: Install dependencies
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 634b99b

Please sign in to comment.