Add Python 3.14 support
- Add Python 3.14.0rc2 to
pixi.toml: move opentelemetry-exporters to specific feature as they aren't available on conda-forge for Python 3.14 yet (depend on protobuf) - Add Python 3.14 to CI pipeline (
not in linux test source due to opentelemetry-exporters for now)- Require to install Python 3.14 on Windows runner
- Update
PyTangoThreadPoolExecutorto make it compatible withThreadPoolExecutorchanges in 3.14
Edited by Benjamin Bertrand