Skip to content

Commit

Permalink
CI(GHActions): Run tests under Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Sep 9, 2024
1 parent d73945e commit 854ccee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "=3.9[build=*_pypy]"]
python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "=3.9[build=*_pypy]"]
exclude:
- os: windows-latest
python-version: "2.7"
Expand Down
2 changes: 2 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ CI:

- CI(GHActions): Switch to ``setup-miniconda``.

- CI(GHActions): Run tests under Python 3.13.

3.3.3.post1 (2024-02-28)
------------------------

Expand Down

0 comments on commit 854ccee

Please sign in to comment.