Merge pull request #46 from jepler/full-coverage
bump Python version used for releases
This commit is contained in:
commit
3e3aa16cff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue