Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .github/workflows/tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-2022]
python: ["3.10", "3.11", "3.12", "3.13"]
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
env: ["latest"]
include:
# environment with lower versions of optional dependencies
Expand Down
1 change: 1 addition & 0 deletions ci/envs/latest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: test
channels:
- conda-forge
- conda-forge/label/python_rc
dependencies:
- numpy
- libgdal-core
Expand Down
Loading