Skip to content

Commit 0ce3a25

Browse files
committed
Remove pypy-3.6 from macos workflow
1 parent b426fb0 commit 0ce3a25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
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
1515
# 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", "3.13", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.10']
16+
# As of 2025/02/20, we have removed pypy-3.6 since github actions won't povide it anymore
17+
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13", 'pypy-3.7', 'pypy-3.8', 'pypy-3.10']
1718

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

0 commit comments

Comments
 (0)