mirror of
https://github.com/yakhyo/uniface.git
synced 2026-05-16 13:47:53 +00:00
- Relax requires-python upper bound from <3.14 to <3.15 - Add Python 3.14 classifier to pyproject.toml - Add Python 3.14 to CI test matrix (ubuntu-latest) - Fix SimilarityTransform.estimate() deprecation warning (scikit-image >=0.26) by switching to SimilarityTransform.from_estimate() class constructor All 147 tests pass on Python 3.14.3 with no warnings. Co-authored-by: marc-antoine <marcantoine.bertin@storyzy.com>