From 717e82f20ad3a750697953a75d6ee07361b9b6a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:04:21 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.14 --- .github/workflows/ci.yml | 2 +- .github/workflows/labels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1bc270..0db869c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.14" - uses: pre-commit/action@v3.0.1 # Make sure commit messages follow the conventional commits convention: diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index c9330a4..efd23e0 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: 3.8 + python-version: 3.14 - name: Install labels run: pip install labels - name: Sync config with Github