From 9110ab7b2b45d682d8321e37a91ef2a43d853015 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 06:04:43 +0000 Subject: [PATCH] Update Python to v3.14.0 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/labels.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91bf78a..067fd8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,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.0 test: @@ -52,7 +52,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.14" - uses: snok/install-poetry@v1 - name: Install Dependencies run: poetry install -E docs 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 diff --git a/pyproject.toml b/pyproject.toml index 0d5ad0c..f39cf1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ packages = [ "Changelog" = "https://rfa_toolbox.readthedocs.io/changelog.html" [tool.poetry.dependencies] -python = ">=3.7,<3.11" +python = ">=3.14,<3.15" # Documentation Dependencies Sphinx = {version = "^4.0.0", optional = true}