Merge pull request #46 from jepler/full-coverage

bump Python version used for releases
This commit is contained in:
Jeff Epler 2022-09-25 14:15:30 -05:00 committed by GitHub
commit 3e3aa16cff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.9
- name: Install deps
run: |