From 5ecad24141adc642580f794215d1f362f0a59f1c Mon Sep 17 00:00:00 2001 From: trymzet Date: Mon, 19 Aug 2024 13:03:36 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20Python=20version?= =?UTF-8?q?=20so=20Rye=20CI=20action=20uses=203.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 -- .python-version | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a0f8ce2b..c44f0ed21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,6 @@ jobs: - name: Set up Rye uses: eifinger/setup-rye@v4 - env: - RYE_TOOLCHAIN_VERSION: "3.12.0" - name: Install dependencies run: | diff --git a/.python-version b/.python-version index 9919bf8c9..871f80a34 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10.13 +3.12.3