Skip to content

v1.130.0

Choose a tag to compare

@aws-cdk-automation aws-cdk-automation released this 14 May 18:35
048a5ee

⚠ BREAKING CHANGES

  • Python 3.9 is no longer supported. The minimum required
    Python version is now 3.10. Python 3.9 reached end-of-life in October

Changes:

  • CI matrix: baseline Python changed from 3.9 to 3.10, removed dedicated
    Python 3.9 test entry
  • Generated code: python_requires bumped from ~=3.9 to ~=3.10, pyright
    pythonVersion set to 3.10
  • Runtime: pyright and black target versions updated
  • Dev dependencies: mypy bumped to 2.1.0 (requires Python >= 3.10)
  • Snapshots updated to reflect new version constraints

Snapshots changed during test run with: yarn test:update. Run using
jsii-superchain.

Features