Skip to content

Commit

Permalink
use python3.9 for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
zarath committed Sep 21, 2021
1 parent 4b705d0 commit 1c9eeb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythoncoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, ]
# python-version: [3.7, 3.8]
python-version: [3.7, ]
python-version: [3.9, ]

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 1c9eeb6

Please sign in to comment.