From 03b10041e469423679d5f241d283c2b906afd114 Mon Sep 17 00:00:00 2001 From: Mathieu Leplatre Date: Fri, 7 Feb 2025 10:21:47 +0100 Subject: [PATCH] Run tests with Python 3.13 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 52189dfe..998be8bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: key: poetry-dev-${{ hashFiles('poetry.lock') }} - uses: actions/setup-python@v4 with: - python-version: "3.12" + python-version: "3.13" - name: Install dependencies run: make install - name: Run linting and formatting checks @@ -36,7 +36,7 @@ jobs: run: pipx install poetry - uses: actions/setup-python@v4 with: - python-version: "3.12" + python-version: "3.13" - uses: actions/cache@v3 # We need to use this caching strategy (rather than setting `cache: poetry`` in setup-python) # because our use of dependency groups. We want separate caches for each dependency group. @@ -76,7 +76,7 @@ jobs: run: pipx install poetry - uses: actions/setup-python@v4 with: - python-version: "3.12" + python-version: "3.13" - uses: actions/cache@v3 # We need to use this caching strategy (rather than setting `cache: poetry`` in setup-python) # because our use of dependency groups. We want separate caches for each dependency group.