From 8c5d4ff375a29249386e9bc3be9dde5cb6972e40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 12:06:52 +0000 Subject: [PATCH] Update Python to v3.14.3 --- .github/workflows/preview-release.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preview-release.yaml b/.github/workflows/preview-release.yaml index 999119bc4..82763c787 100644 --- a/.github/workflows/preview-release.yaml +++ b/.github/workflows/preview-release.yaml @@ -27,7 +27,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.12" + python-version: "3.14" - name: Install dependencies run: | diff --git a/pyproject.toml b/pyproject.toml index a1eeee122..38529a7e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ { name = "Mustafa Eyceoz", email = "Mustafa.Eyceoz@partner.ibm.com" }, { name = "Naweed Aghmad Khan", email = "naweed.khan@ibm.com" }, ] -requires-python = ">=3.11,<3.13" +requires-python = ">=3.14,<3.15" readme = "README.md" license = "Apache-2.0" dependencies = [