From 42415997b177ddb074955ea6764c6826dd40b827 Mon Sep 17 00:00:00 2001 From: konsti Date: Wed, 3 Jul 2024 11:28:45 +0200 Subject: [PATCH] Reactivate python 3.13 in CI (#4761) https://github.com/actions/setup-python/issues/888#issuecomment-2205466950 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 004c35441..461143481 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -949,8 +949,7 @@ jobs: - uses: actions/setup-python@v5 with: - # TODO(konsti): https://github.com/actions/setup-python/issues/888 - python-version: "3.13.0-beta.1" + python-version: "3.13" allow-prereleases: true cache: pip