Skip to content

Client: Python 3.14 support#4589

Merged
MonkeyCanCode merged 2 commits into
apache:mainfrom
MonkeyCanCode:python_3.14_support
Jun 1, 2026
Merged

Client: Python 3.14 support#4589
MonkeyCanCode merged 2 commits into
apache:mainfrom
MonkeyCanCode:python_3.14_support

Conversation

@MonkeyCanCode
Copy link
Copy Markdown
Contributor

@MonkeyCanCode MonkeyCanCode commented May 31, 2026

This PR adds support for python 3.14. Beside the max supported version of python, I also had to bump the version of pyroaring (this is from pyiceberg) as the one in uv.lock is pointed to v1.0.3 and pyiceberg has following:

    "pyroaring>=1.0.0,<2.0.0",

The problem here is pyroaring version before v1.0.4 doesn't support Python 3.14:

https://github.com/Ezibenroc/PyRoaringBitMap/blob/1.0.3/setup.py#L107
https://github.com/Ezibenroc/PyRoaringBitMap/blob/1.0.4/setup.py#L107 -> first added here

This was previously not supported earlier as couple dependencies were not 3.14 ready: #3509

Checklist

  • 🛡️ Don't disclose security issues! (contact security@apache.org)
  • 🔗 Clearly explained why the changes are needed, or linked related issues: Fixes #
  • 🧪 Added/updated tests with good coverage, or manually tested (and explained how)
  • 💡 Added comments for complex logic
  • 🧾 Updated CHANGELOG.md (if needed)
  • 📚 Updated documentation in site/content/in-dev/unreleased (if needed)

@github-project-automation github-project-automation Bot moved this to PRs In Progress in Basic Kanban Board May 31, 2026
@MonkeyCanCode MonkeyCanCode changed the title Python 3.14 support Client: Python 3.14 support May 31, 2026
Copy link
Copy Markdown
Contributor

@flyrain flyrain left a comment

Choose a reason for hiding this comment

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

+1 Thanks for adding 3.14, @MonkeyCanCode ! Is it OK to deprecate older versions like 3.10?

@github-project-automation github-project-automation Bot moved this from PRs In Progress to Ready to merge in Basic Kanban Board Jun 1, 2026
@MonkeyCanCode
Copy link
Copy Markdown
Contributor Author

+1 Thanks for adding 3.14, @MonkeyCanCode ! Is it OK to deprecate older versions like 3.10?

3.10 is EOL on Oct 31st 2026. So I think we should still support it.

@MonkeyCanCode MonkeyCanCode merged commit a6b477a into apache:main Jun 1, 2026
24 checks passed
@github-project-automation github-project-automation Bot moved this from Ready to merge to Done in Basic Kanban Board Jun 1, 2026
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.

3 participants