From 669b8831f428f507cff25d4e211593edf3341660 Mon Sep 17 00:00:00 2001 From: "FC (Fay) Stegerman" Date: Tue, 15 Oct 2024 04:38:40 +0200 Subject: [PATCH] CI: 3.13 is released --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03eae59..9c0b747 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,8 @@ jobs: - '3.10' - '3.11' - '3.12' - - '3.13.0-alpha - 3.13' + - '3.13' + # - '3.14.0-alpha - 3.14' - pypy3.7 - pypy3.8 - pypy3.9