From a016a076ac742be732dc6b2b35a8205ae3789b7e Mon Sep 17 00:00:00 2001 From: Panu Lahtinen Date: Thu, 13 Nov 2025 08:27:53 +0200 Subject: [PATCH] Bump supported Python version to 3.12, 3.13 and 3.14 --- .github/workflows/ci.yaml | 4 ++-- doc/rtd_environment.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f4dbb675ef..7e35069133 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,10 +18,10 @@ jobs: fail-fast: true matrix: os: ["windows-latest", "ubuntu-latest", "macos-latest"] - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.12", "3.13", "3.14"] experimental: [false] include: - - python-version: "3.13" + - python-version: "3.14" os: "ubuntu-latest" experimental: true diff --git a/doc/rtd_environment.yml b/doc/rtd_environment.yml index 20a8317824..abfb2a1805 100644 --- a/doc/rtd_environment.yml +++ b/doc/rtd_environment.yml @@ -2,7 +2,7 @@ name: readthedocs channels: - conda-forge dependencies: - - python=3.11 + - python=3.12 - pip - platformdirs - dask diff --git a/pyproject.toml b/pyproject.toml index ad671c03be..f46fa7ab08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "universal_pathlib", ] readme = "README.rst" -requires-python = ">=3.11" +requires-python = ">=3.12" license = { text = "GPLv3" } classifiers = [ "Development Status :: 5 - Production/Stable",