Skip to content

Commit bd85b3a

Browse files
committed
Remove python 3.7 from github actions
1 parent 3389694 commit bd85b3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
# Python 3.3 and 3.4 have been removed since github won't provide these anymore
1313
# As of 2023/01/09, we have removed python 3.5 and 3.6 as they don't work anymore with linux on github
1414
# As of 2023/08/30, we have removed python 2.7 since github actions won't provide it anymore
15-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11", "3.12", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.10']
15+
# As of 2025/01/20, we have removed python 3.7 since github actions won't povide it anymore
16+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.10']
1617

1718
steps:
1819
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)