From 57af9ebb8fa41b7da4b6df6badae5f99b167b6fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:57:26 +0000 Subject: [PATCH] Update Python --- .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 cbf694aa..edb8dc4c 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@v6 with: - python-version: "3.12" + python-version: "3.14" - name: Install dependencies run: | diff --git a/pyproject.toml b/pyproject.toml index b1c8295a..03ae1b34 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 = [