Skip to content

Commit

Permalink
Remove testing Python 3.7 from more locations
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Aug 9, 2024
1 parent fee0b2e commit 6cac74b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
max-parallel: 10
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down Expand Up @@ -186,7 +185,6 @@ jobs:
max-parallel: 10
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down Expand Up @@ -263,7 +261,6 @@ jobs:
max-parallel: 10
matrix:
python-version:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
Expand Down
2 changes: 1 addition & 1 deletion docs/ref/pytestskipmarkers/plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Markers
assert True
@pytest.mark.skip_if_binaries_missing("python3.7", "python3", "python", check_all=False)
@pytest.mark.skip_if_binaries_missing("python3.8", "python3", "python", check_all=False)
def test_func():
assert True
Expand Down

0 comments on commit 6cac74b

Please sign in to comment.