Skip to content

Commit

Permalink
Update python-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 authored Jan 10, 2025
1 parent 1db54ec commit 5ab96a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.9, '3.10']

steps:
- uses: actions/checkout@v2
Expand All @@ -38,4 +38,4 @@ jobs:
run: |
pytest --cov=./ --cov-report=xml
- name: Codecov
uses: codecov/[email protected]
uses: codecov/[email protected]

0 comments on commit 5ab96a4

Please sign in to comment.