Skip to content

Commit 2791ddc

Browse files
committed
Remove Python 3.5 from test matrix
1 parent d129143 commit 2791ddc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
matrix:
1616
os: [windows-latest]
1717
# As of 2023/08/30, we have removed python 2.7 since github actions won't provide it anymore
18-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.10']
18+
# As of 2024/09/15, we have removed python 3.5 since we cannot gather the dependencies anymore
19+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.10']
1920

2021
steps:
2122
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)