Skip to content

Commit dcf61d4

Browse files
committed
CI: skip cPython 3.7 (EoL)
1 parent 668656e commit dcf61d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .github/workflows/tox.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
- macos-13
2222
# Not testing Windows, because tests need Unix-only fcntl, grp, pwd, etc.
2323
python-version:
24-
# CPython <= 3.7 is EoL since 2023-06-27
25-
- "3.7"
24+
# CPython <= 3.8 is EoL since 2024-10-07 https://peps.python.org/pep-0569/
2625
- "3.8"
2726
- "3.9"
2827
- "3.10"

0 commit comments

Comments
 (0)