Skip to content

Commit

Permalink
Merge pull request #29 from yarikoptic/enh-3.13
Browse files Browse the repository at this point in the history
Add Python 3.13 into tests matrix for Linux and Windows CI
  • Loading branch information
deajan authored Feb 19, 2025
2 parents 2102568 + abe2d43 commit 4254654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# As of 2023/01/09, we have removed python 3.5 and 3.6 as they don't work anymore with linux on github
# As of 2023/08/30, we have removed python 2.7 since github actions won't provide it anymore
# As of 2025/01/20, we have removed python 3.7 since github actions won't povide it anymore
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", 'pypy-3.6', 'pypy-3.7', 'pypy-3.8', 'pypy-3.10']
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']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [windows-latest]
# As of 2023/08/30, we have removed python 2.7 since github actions won't provide it anymore
# As of 2024/09/15, we have removed python 3.5 since we cannot gather the dependencies anymore
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']
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']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4254654

Please sign in to comment.