Skip to content

Commit bcd47fe

Browse files
maarten-icolivhoenen
authored andcommitted
Use ubuntu-latest, don't test python 3.7
(build) dependencies are not available for Python 3.7 on PyPI
1 parent 9b21a4f commit bcd47fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_with_pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77

88
jobs:
99
test:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] # Test on multiple Python versions
13+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] # Test on multiple Python versions
1414

1515
steps:
1616
- name: Checkout repository

0 commit comments

Comments
 (0)