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 355a272 commit d7d8459Copy full SHA for d7d8459
1 file changed
.github/workflows/macos.yaml
@@ -13,8 +13,8 @@ jobs:
13
# As of 2023/01/09, we have removed python 3.5 and 3.6 as they don't work anymore with linux on github
14
# As of 2023/08/30, we have removed python 2.7 since github actions won't provide it anymore
15
# As of 2025/01/20, we have removed python 3.7 since github actions won't povide it anymore
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']
+ # As of 2025/02/20, we have removed pypy-3.6 and pypy-3.7 since github actions won't povide it anymore
+ python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13", 'pypy-3.8', 'pypy-3.10']
18
19
steps:
20
- uses: actions/checkout@v3
0 commit comments