Conversation
|
If I understand correctly, most packages like |
|
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. |
weiji14
left a comment
There was a problem hiding this comment.
Awesome, good that we don't need to wait for rasterio anymore!
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.