From 00c9c810d768d2711ee0ff4a029d2056fef01056 Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Tue, 28 May 2024 13:11:46 -0400 Subject: [PATCH] ci: update python versions --- .github/workflows/backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 381c4a6..2e05308 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -14,7 +14,7 @@ jobs: node-version: [20.x] pnpm-version: [8] redis-version: [latest] - python-version: ["3.9", "3.10", "3.11"] + python-version: ["3.11", "3.12"] os: [ubuntu-latest] runs-on: ${{ matrix.os }}