-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump minimum versions of dependencies #169
Conversation
This includes dropping support for Python 3.10 and introducing support for Python 3.13
I've tried running it locally and everything appears to be working well and as expected. I did notice that the local tox configuration hasn't been updated to include running tests against 3.13. It also still includes python 3.10 as a target to test against. I'll be testing with MoVE shortly to verify if it works as expected. |
Good catch on missing the tox.ini updates! |
Tested with MoVE running python 3.13, emsarray ran without issues and showed much improved triangulation performance from pull request #163. |
Found a few python 3.10 references that may need to be updated. emsarray/pyproject.toml
Probably need to add 3.13 as well. |
The min_deps_check.py script now acts on its own advice and will update requirements-minimum.txt automatically by invoking `pip-compile`. The update_pinned_dependencies.sh script now invokes the min_deps_check.py script.
This includes dropping support for Python 3.10 and introducing support for Python 3.13