Skip to content

Commit 7061909

Browse files
committed
2 parents a7e9009 + 4254654 commit 7061909

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.10']
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']
1717

1818
steps:
1919
- uses: actions/checkout@v3

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [windows-latest]
1717
# As of 2023/08/30, we have removed python 2.7 since github actions won't provide it anymore
1818
# 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']
19+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "3.11", "3.12", "3.13", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.10']
2020

2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)