From 57d04e3a7f1be4a57bbc326a051c3007ab5c8ff8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 21:03:57 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/basic-test.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/basic-test.yml b/.github/workflows/basic-test.yml index 0cf404d..6167b1f 100644 --- a/.github/workflows/basic-test.yml +++ b/.github/workflows/basic-test.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.12' + python-version: '3.14' - name: Install dependencies run: | diff --git a/Dockerfile b/Dockerfile index 28f347f..90cbc7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12 +FROM python:3.14 WORKDIR /app