From 576d9839feaba39ac22cf49c3af4508e940fbdc2 Mon Sep 17 00:00:00 2001 From: Igor Davydenko Date: Wed, 14 Aug 2024 15:25:15 +0200 Subject: [PATCH] ci: Fix Python 3.13 version to install at CI --- .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 1cbd1c0..b739ca8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: test: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.1"] include: - python-version: "3.12" dev: "true"