From 041347fbda66a84eccd84cfbd1d91a0d4dcb55f0 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Fri, 14 Feb 2025 21:55:50 +0100 Subject: [PATCH] CI: also test with Python 3.13 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 432b219..20d4dbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: - '3.10' - '3.11' - '3.12' + - '3.13' - 'pypy-3.7' - 'pypy-3.8' - 'pypy-3.9' @@ -46,6 +47,8 @@ jobs: python-version: '3.11' - os: macos-14 python-version: '3.12' + - os: macos-14 + python-version: '3.13' - os: macos-14 python-version: 'pypy-3.8' - os: macos-14