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",