GEOPY-2741: Continue update to Python 3.12#102
Open
domfournier wants to merge 14 commits intodevelopfrom
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s supported Python/runtime baseline and refreshes dependency pins/lockfiles to match newer versions across conda/Poetry and CI.
Changes:
- Raise minimum supported Python to 3.12 and update CI/deploy workflows accordingly.
- Bump core dependencies (e.g., geoh5py/geoapps-utils, numpy, scipy, scikit-image, dash) and update ruff target version.
- Regenerate conda lockfiles for supported Python versions and remove Python 3.10 lockfiles.
Reviewed changes
Copilot reviewed 32 out of 36 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| recipe.yaml | Updates conda package requirements for newer Python/dependency baseline. |
| pyproject.toml | Updates Python compatibility, Poetry deps, lint target version, and mypy plugin list. |
| deps-lock-config.yaml | Adjusts which Python versions get dependency lock generation. |
| .pre-commit-config.yaml | Updates mypy hook dependency pins to match new baseline. |
| .idea/curve-apps.iml | Alters tracked IDE module configuration for the repo. |
| .github/workflows/python_deploy_dev.yml | Updates deploy workflow Python version to 3.12. |
| .github/workflows/python_analysis.yml | Updates analysis/test matrix Python versions and codecov reference. |
| environments/env-python-3.13.yml | Updates conda env spec to Python 3.13. |
| environments/env-python-3.14.yml | Updates conda env spec to Python 3.14. |
| environments/py-3.13-win-64.conda.lock.yml | Regenerated conda-lock for py3.13 on Windows. |
| environments/py-3.13-win-64-raw.conda.lock.yml | Regenerated raw conda-lock for py3.13 on Windows. |
| environments/py-3.13-linux-64.conda.lock.yml | Regenerated conda-lock for py3.13 on Linux. |
| environments/py-3.13-linux-64-raw.conda.lock.yml | Regenerated raw conda-lock for py3.13 on Linux. |
| environments/py-3.12-win-64.conda.lock.yml | Regenerated conda-lock for py3.12 on Windows. |
| environments/py-3.12-win-64-raw.conda.lock.yml | Regenerated raw conda-lock for py3.12 on Windows. |
| environments/py-3.12-win-64-dev-raw.conda.lock.yml | Regenerated dev raw conda-lock for py3.12 on Windows. |
| environments/py-3.12-linux-64.conda.lock.yml | Regenerated conda-lock for py3.12 on Linux. |
| environments/py-3.12-linux-64-raw.conda.lock.yml | Regenerated raw conda-lock for py3.12 on Linux. |
| environments/py-3.12-linux-64-dev-raw.conda.lock.yml | Regenerated dev raw conda-lock for py3.12 on Linux. |
| environments/py-3.10-*.conda.lock.yml | Removed Python 3.10 lockfiles as part of dropping support. |
Files not reviewed (1)
- .idea/curve-apps.iml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #102 +/- ##
===========================================
- Coverage 67.95% 67.89% -0.06%
===========================================
Files 20 20
Lines 2356 2358 +2
Branches 323 324 +1
===========================================
Hits 1601 1601
- Misses 653 654 +1
- Partials 102 103 +1
🚀 New features to boost your workflow:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
GEOPY-2741 - Continue update to Python 3.12