Skip to content

Commit 7cf56b7

Browse files
committed
test python 3.9
1 parent 2a56b4f commit 7cf56b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pip install coverage
3434
coverage run -m pytest
3535
- name: Submit coverage
36-
if: ${{ matrix.python-version == '3.8' }}
36+
if: ${{ matrix.python-version == '3.9' }}
3737
run: |
3838
pip install codecov
3939
codecov --token=${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)