From fc7c6523f684bca217b4c424802663bf996d130e Mon Sep 17 00:00:00 2001 From: Lucas Jensen Date: Fri, 2 Jan 2026 05:24:23 +0000 Subject: [PATCH] bump python version for CI build (#1) Co-authored-by: Lucas Jensen Reviewed-on: https://gitea.lucasjensen.me/lucasjensen/MeganJohns/pulls/1 --- .gitea/workflows/client.yml | 2 +- .gitea/workflows/server.yml | 4 ++-- client/src/App.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/client.yml b/.gitea/workflows/client.yml index e80b46c..38df0ac 100644 --- a/.gitea/workflows/client.yml +++ b/.gitea/workflows/client.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: linux_amd64 + runs-on: ubuntu-latest strategy: matrix: diff --git a/.gitea/workflows/server.yml b/.gitea/workflows/server.yml index cd59828..5099d3a 100644 --- a/.gitea/workflows/server.yml +++ b/.gitea/workflows/server.yml @@ -15,10 +15,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up Python 3.12 + - name: Set up Python 3.14 uses: actions/setup-python@v3 with: - python-version: "3.12" + python-version: "3.14" - name: Install poetry uses: abatilo/actions-poetry@v2 diff --git a/client/src/App.tsx b/client/src/App.tsx index b9ad305..0d5f24a 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -29,7 +29,7 @@ function App() { }, (error) => { console.error(error); - } + }, ); }, []);