Skip to content

Commit

Permalink
Update test-python-package.yaml
Browse files Browse the repository at this point in the history
Python 3.7 is deprecated, so I've removed it added 3.10
  • Loading branch information
jmafoster1 authored Jan 21, 2025
1 parent fa76751 commit af0f7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-python-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.8, 3.9, 10]

steps:
- uses: actions/checkout@v2
Expand All @@ -34,4 +34,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest
pytest

0 comments on commit af0f7f1

Please sign in to comment.