You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand correctly, most packages like pyogrio (used by geopandas) and rasterio (used by rioxarray) already have Python 3.14 packages on conda-forge, but there is a conflict on some Python 3.14 packages being built on libgdal-core=3.11 only, while rasterio is still stuck on libgdal-core=3.10 (xref conda-forge/rasterio-feedstock#332). So might still need to wait for rasterio/rasterio#3406
All workflows now pass with Python 3.14, except the "Static Type Checks" workflow, which fails because rasterio 1.4.3 doesn't provide a Python 3.14 binary wheel on PyPI.
But, it's likely we don't have to install optional dependencies when running mypy.
Edit: I've removed all optional dependencies in c73aac8 and the "Static Type Checks" workflow now passed. Don't remember why I added them in PR #2808.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maintenanceBoring but important stuff for the core devs
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Python 3.14 has been released on 7 Oct 2025, changelog is at https://docs.python.org/3.14/whatsnew/3.14.html
Previous PR for Python 3.13 at #3490.