Skip to content

Commit 13728d4

Browse files
authored
Remove python 3.7 from linux test matrix
1 parent 33dffa3 commit 13728d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yaml

+2-1
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-03-26, Python 3.5 and 3.6 have been removed since github won't provide these anymore
1414
# As of 2024-10-18, Python 2.7 has been removed since github 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']
15+
# As of 2024-12-31, Python 3.7 has been removed since github actions won't provide it anymore
16+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8']
1617

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

0 commit comments

Comments
 (0)