From 66b05d023a7568b148265e3b6233dd40e3ea5360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Thu, 26 Oct 2023 23:30:35 +0300 Subject: [PATCH] test: with Python 3.13 --- .github/workflows/check.yml | 3 ++- noxfile.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 548a0f8..fdeebc0 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -49,7 +49,8 @@ jobs: - "3.9" - "3.10" - "3.11" - - "3.12.0-alpha - 3.12" + - "3.12" + - "3.13.0-alpha - 3.13" - "pypy-3.9" - "pypy-3.10" include: diff --git a/noxfile.py b/noxfile.py index 856b03e..4b4d517 100644 --- a/noxfile.py +++ b/noxfile.py @@ -4,7 +4,7 @@ @nox.session( - python=["{}3.{}".format(py, x) for py in ("", "pypy") for x in range(5, 13)] + python=["{}3.{}".format(py, x) for py in ("", "pypy") for x in range(5, 14)] + ["pyston3"] ) def test(session: nox.Session) -> None: