- Add Python 3.14 support.
- Drop Python 3.9 support (end-of-life since October 2025);
python_requiresis now>=3.10. - Refine the Python compatibility CI workflow: reduce the test matrix to
ubuntu-latestwith Python 3.10 (floor) and 3.14 (ceiling), and bumpactions/checkoutandactions/setup-pythonto current major versions.