From 8b31f31d4d7e3fc1aa7d01a4c3b894eebb61d4c1 Mon Sep 17 00:00:00 2001 From: davfsa Date: Wed, 9 Oct 2024 01:14:09 +0200 Subject: [PATCH] Run CI using stable build of CPython 3.13 (#2071) --- .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 add52581f..13577aeea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.9, "3.10", 3.11, 3.12, 3.13-dev] + python-version: [3.9, "3.10", 3.11, 3.12, 3.13] runs-on: ${{ matrix.os }}