From 34939474b46fbfd3187ead1289f987a3f93e26f6 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 29 Nov 2025 00:02:29 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- .drone.yml | 6 +++--- .python-version | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index ac81a3c..d68910b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ trigger: steps: - name: setup+deps - image: python:3.12-slim + image: python:3.14-slim environment: UV_NO_SYNC_PROGRESS: "1" commands: @@ -32,7 +32,7 @@ steps: - uv pip install pytest pytest-cov mypy ruff - name: lint-typecheck - image: python:3.12-slim + image: python:3.14-slim commands: - export PATH="$HOME/.local/bin:$PATH" - . .venv/bin/activate @@ -40,7 +40,7 @@ steps: - mypy --ignore-missing-imports . - name: test - image: python:3.12-slim + image: python:3.14-slim commands: - export PATH="$HOME/.local/bin:$PATH" - . .venv/bin/activate diff --git a/.python-version b/.python-version index 24ee5b1..6324d40 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.13 +3.14 -- 2.49.1