From 854cceec8c6736d4fd6418c3065718bba5346e30 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 9 Sep 2024 22:12:47 +0300 Subject: [PATCH] CI(GHActions): Run tests under Python 3.13 --- .github/workflows/test-publish.yaml | 2 +- docs/news.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-publish.yaml b/.github/workflows/test-publish.yaml index 7fd62d4f..4ef1945d 100644 --- a/.github/workflows/test-publish.yaml +++ b/.github/workflows/test-publish.yaml @@ -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" diff --git a/docs/news.rst b/docs/news.rst index 844e13f1..d821b913 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -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) ------------------------