From 2aa5acd1a03afe761ee877d108437784c73c61c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 06:46:42 +0000 Subject: [PATCH] Update dependency python to v3.14.2 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1375288..da3e47e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: uses: actions/setup-python@v2.2.2 with: # Version range or exact version of a Python version to use, using SemVer's version range syntax. - python-version: 3.10.0 + python-version: 3.14.2 - name: Python Code Quality and Lint uses: ricardochaves/python-lint@v1.4.0