From 59ceb7493c186540853541f4814132f2c37aed50 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 3 Feb 2025 14:16:14 -0600 Subject: [PATCH] chore: migrate to Python 3.13 for benchmarks --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76043c6a..937166fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,10 +95,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Setup Python 3.12 + - name: Setup Python 3.13 uses: actions/setup-python@v5 with: - python-version: 3.12 + python-version: 3.13 - uses: snok/install-poetry@v1.4.1 - name: Install Dependencies run: |