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 3497636 commit f8d2a8a
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 @@ -5,7 +5,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.7, ,3.8]
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@master
- name: Set up Python ${{ matrix.python-version }}
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.7
python-version: 3.9
- name: Install pipenv
uses: dschep/install-pipenv-action@v1
- name: Build docs
Expand Down

0 comments on commit f8d2a8a

Please sign in to comment.