Skip to content

Commit

Permalink
changed main version of python being supported to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSteenwyk committed Jul 26, 2022
1 parent 02bee81 commit 3497636
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 @@ -5,7 +5,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.7, 3.9]
python-version: [3.7, ,3.8]
steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -27,13 +27,13 @@ jobs:
test-full:
runs-on: macos-latest
env:
PYTHON: '3.8'
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

0 comments on commit 3497636

Please sign in to comment.