python-documentai-toolbox icon indicating copy to clipboard operation
python-documentai-toolbox copied to clipboard

feat: Add support for Python 3.14

Open daniel-sanche opened this issue 1 month ago • 0 comments

This PR adds Python 3.14 as a supported version, and adds new CI tests against the new version

To support 3.13 and 3.14, I had to increase some of the dependency bounds in the setup.py, but the tests still pass with the new versions

pre-release deps test will fail until the release of numba==0.63, with 3.14 support

daniel-sanche avatar Nov 18 '25 23:11 daniel-sanche