From 4c8aa91e14d7fcf6bc24370c770c6e240c46a1bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 02:30:38 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/publish-to-pypi.yml | 2 +- docker/docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index ba2de7648..27d534f34 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@main with: - python-version: "3.10" + python-version: "3.14" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 244b9dcff..2597fe7c7 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: python39-linux: - image: python:3.9 + image: python:3.14 volumes: - .:/app working_dir: /app @@ -13,7 +13,7 @@ services: max-file: "3" python312-linux: - image: python:3.12 + image: python:3.14 volumes: - .:/app working_dir: /app