Skip to content

GEOPY-2741: Continue update to Python 3.12#362

Open
domfournier wants to merge 4 commits intodevelopfrom
GEOPY-2741
Open

GEOPY-2741: Continue update to Python 3.12#362
domfournier wants to merge 4 commits intodevelopfrom
GEOPY-2741

Conversation

@domfournier
Copy link
Copy Markdown
Collaborator

@domfournier domfournier commented Mar 16, 2026

GEOPY-2741 - Continue update to Python 3.12

Copilot AI review requested due to automatic review settings March 16, 2026 17:23
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates static-analysis configuration and regenerates Conda lockfiles for the Python 3.12/3.13/3.14 environments.

Changes:

  • Switches the configured mypy plugin in pyproject.toml to pydantic.mypy.
  • Regenerates py-3.12/3.13/3.14.conda-lock.yml lockfiles (including package bumps like charset-normalizer and updated package metadata).
  • Updates the platform-specific explicit dev lock files under environments/ to match the regenerated locks.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
pyproject.toml Updates mypy plugin configuration.
py-3.14.conda-lock.yml Regenerated conda-lock for py3.14 across linux/win.
py-3.13.conda-lock.yml Regenerated conda-lock for py3.13 across linux/win.
py-3.12.conda-lock.yml Regenerated conda-lock for py3.12 across linux/win.
environments/py-3.14-win-64-dev.conda.lock.yml Updates pinned explicit dev deps for py3.14 on Windows.
environments/py-3.14-linux-64-dev.conda.lock.yml Updates pinned explicit dev deps for py3.14 on Linux.
environments/py-3.13-win-64-dev.conda.lock.yml Updates pinned explicit dev deps for py3.13 on Windows.
environments/py-3.13-linux-64-dev.conda.lock.yml Updates pinned explicit dev deps for py3.13 on Linux.
environments/py-3.12-win-64-dev.conda.lock.yml Updates pinned explicit dev deps for py3.12 on Windows.
environments/py-3.12-linux-64-dev.conda.lock.yml Updates pinned explicit dev deps for py3.12 on Linux.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sebhmg sebhmg changed the title GEOPY-2741 GEOPY-2741: Continue update to Python 3.12 Mar 16, 2026
# Conflicts:
#	environments/py-3.12-linux-64-dev.conda.lock.yml
#	environments/py-3.12-win-64-dev.conda.lock.yml
#	environments/py-3.13-linux-64-dev.conda.lock.yml
#	environments/py-3.13-win-64-dev.conda.lock.yml
#	environments/py-3.14-linux-64-dev.conda.lock.yml
#	environments/py-3.14-win-64-dev.conda.lock.yml
#	py-3.12.conda-lock.yml
#	py-3.13.conda-lock.yml
#	py-3.14.conda-lock.yml
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 31, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.85%. Comparing base (2070126) to head (db99214).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #362      +/-   ##
===========================================
- Coverage    89.86%   89.85%   -0.02%     
===========================================
  Files          125      125              
  Lines         6425     6425              
  Branches       793      793              
===========================================
- Hits          5774     5773       -1     
  Misses         448      448              
- Partials       203      204       +1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants