From 9d1ce28d2b668bbdff2646aa04aa54b62424167f Mon Sep 17 00:00:00 2001 From: Jakob Schlyter Date: Mon, 16 Jun 2025 14:59:21 +0200 Subject: [PATCH] Build with Python 3.13 (#1203) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2202c0d..bbda6f6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - "3.10" - "3.11" - "3.12" - - "3.13-dev" + - "3.13" - "pypy3.10" exclude: - os: windows-latest -- 2.47.3