Change8

rel_1_17_0

Breaking Changes
📦 alembic
1 breaking

Summary

Version 1.17.0 raises the minimum Python requirement to 3.10 and switches the internal test runner to nox, with tox support slated for removal.

⚠️ Breaking Changes

  • Minimum supported Python version increased from 3.9 to 3.10. Projects still running on Python 3.9 must upgrade their Python runtime to >=3.10 to continue using the library.

Migration Steps

  1. Update CI/CD pipelines to use the new `noxfile.py` if you rely on the project's test runner; `tox.ini` will be removed in a future release.