Skip to content

Commit

Permalink
Remove outdated Python versions from MacOS runner in test.yml Actio…
Browse files Browse the repository at this point in the history
…ns worfklow
  • Loading branch information
althonos committed Nov 4, 2024
1 parent 44b7262 commit e37c2d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: 3.7
python-release: v3.7
python-impl: CPython
- python-version: 3.8
python-release: v3.8
python-impl: CPython
Expand All @@ -104,9 +101,6 @@ jobs:
- python-version: 3.13
python-release: v3.13
python-impl: CPython
- python-version: pypy-3.7
python-release: v3.7
python-impl: PyPy
- python-version: pypy-3.8
python-release: v3.8
python-impl: PyPy
Expand Down

0 comments on commit e37c2d4

Please sign in to comment.