Skip to content

Commit b1134d8

Browse files
authored
Merge pull request #9 from RSE-Sheffield/jmafoster1/update-python-versions
Update test-python-package.yaml
2 parents fa76751 + ba82139 commit b1134d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-python-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.7, 3.8, 3.9]
16+
python-version: ["3.8", "3.9", "3.10"]
1717

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

0 commit comments

Comments
 (0)