We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668656e commit dcf61d4Copy full SHA for dcf61d4
1 file changed
.github/workflows/tox.yml
@@ -21,8 +21,7 @@ jobs:
21
- macos-13
22
# Not testing Windows, because tests need Unix-only fcntl, grp, pwd, etc.
23
python-version:
24
- # CPython <= 3.7 is EoL since 2023-06-27
25
- - "3.7"
+ # CPython <= 3.8 is EoL since 2024-10-07 https://peps.python.org/pep-0569/
26
- "3.8"
27
- "3.9"
28
- "3.10"
0 commit comments