From 3a576612306f12fcdfa951f37aea23353a80303c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sun, 13 Oct 2024 21:46:22 +0300 Subject: [PATCH] Switch to the stable Python 3.13 for CI --- .github/workflows/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 29a6ae16..2f841588 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.11", "3.12", "3.13.0-rc.2"] + python-version: ["3.11", "3.12", "3.13"] runs-on: ${{ matrix.os }}