Skip to content

Commit

Permalink
Run CI on Python 3.8 and 3.9
Browse files Browse the repository at this point in the history
Python 3.9 will be used to build and publish the Python package.
  • Loading branch information
br3ndonland committed Jul 6, 2021
1 parent 924c9be commit f982106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
python-version: [3.8, 3.9]
env:
CODECOV_UPLOAD: true
POETRY_VIRTUALENVS_CREATE: false
Expand Down

0 comments on commit f982106

Please sign in to comment.