Change8

0.21.0

Breaking Changes
📦 typerView on GitHub →
2 breaking

Summary

This release removes Python 3.8 support, updates documentation examples to Python 3.9, bumps markdown-include-variants, and adds CI and workflow improvements.

⚠️ Breaking Changes

  • Support for Python 3.8 has been removed; projects must run on Python 3.9 or newer.
  • CI configuration no longer includes Python 3.8; update CI matrices accordingly.

Migration Steps

  1. Modify any CI pipelines or GitHub Actions that specify Python 3.8 to use 3.9+.
  2. Test your application against the new Python version to catch any runtime issues.