Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/rtd_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: readthedocs
channels:
- conda-forge
dependencies:
- python=3.11
- python=3.12
- pip
- platformdirs
- dask
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading