From ad879bd77842807686b87610a3f43bc6562d7a2e Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Mon, 18 Nov 2024 23:07:11 +0100 Subject: [PATCH] Bump Python to 3.13 --- .github/workflows/ci.yml | 2 +- .tool-versions | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a99ad8f..a146808 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ['3.12', '3.11', '3.10'] + python-version: ['3.13', '3.12', '3.11', '3.10'] steps: - uses: actions/checkout@master - uses: actions/cache@v4 diff --git a/.tool-versions b/.tool-versions index 6ec7fce..fffa415 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -python 3.11 -poetry 1.8.3 +python 3.13 +poetry 1.8.4