matthewmarion opened a new pull request, #271:
URL: https://github.com/apache/pulsar-client-python/pull/271
## Motivation
Add support for Python 3.14 to keep the client up-to-date with the latest
Python releases.
## Modifications
- Upgraded pybind11 from 2.10.1 to 3.0.1 for Python 3.14 compatibility
- Added `python_requires='>=3.9'` to setup.py to explicitly declare minimum
version
- Updated documentation (README.md, pulsar/__init__.py) to include Python
3.14
- Added Python 3.14 to CI/CD test matrix for all platforms:
- Linux (x86_64 and aarch64) for both manylinux and manylinux_musl
- macOS (universal2)
- Windows (x64)
## Verifying this change
- [ ] CI builds and tests Python 3.14 wheels successfully
- [ ] All existing tests pass on Python 3.14
- [ ] Wheels install correctly on all platforms
## Documentation
- Updated README.md requirements section
- Updated pulsar/__init__.py docstring
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]