Skip to content

fix: lower python 3.14 pandas floor#10

Merged
stefan-jansen merged 1 commit into
mainfrom
fix/python-314-pandas-floor
May 5, 2026
Merged

fix: lower python 3.14 pandas floor#10
stefan-jansen merged 1 commit into
mainfrom
fix/python-314-pandas-floor

Conversation

@stefan-jansen

Copy link
Copy Markdown
Contributor

Summary

  • lower the Python 3.14 pandas floor from >=3.0.0 to >=2.3.3
  • keep the Python 3.14 scientific stack otherwise unchanged
  • avoid unnecessary downstream conflicts with libraries that still cap below pandas 3

Validation

  • uv run ruff check src tests .github
  • uv run ty check
  • uv build
  • exact-minimum Python 3.14 check with pandas==2.3.3: 2752 passed, 65 skipped, 24 deselected
  • release-clone suite: 2752 passed, 65 skipped, 24 deselected

Copilot AI review requested due to automatic review settings May 5, 2026 18:56

Copilot AI left a comment

Copy link
Copy Markdown

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 lowers the Python 3.14 minimum supported pandas version from >=3.0.0 to >=2.3.3 so the package remains compatible with more downstream dependency sets while keeping the rest of the 3.14 scientific stack unchanged.

Changes:

  • Updated the Python 3.14 pandas requirement in pyproject.toml to >=2.3.3.
  • Updated the corresponding requirement metadata in uv.lock.
  • Added a changelog entry documenting the dependency-floor change.

Reviewed changes

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

File Description
uv.lock Updates the locked dependency requirement metadata for Python 3.14 pandas.
pyproject.toml Lowers the published Python 3.14 pandas floor in project dependencies.
CHANGELOG.md Documents the dependency-floor change for the next beta release.

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

@stefan-jansen stefan-jansen merged commit 0cb6164 into main May 5, 2026
10 checks passed
@stefan-jansen stefan-jansen deleted the fix/python-314-pandas-floor branch May 5, 2026 19:01
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