Skip to content

v1.32.0

Compare
Choose a tag to compare
@tony tony released this 19 Nov 14:08
· 386 commits to master since this release

What's Changed

Packaging

  • packaging(pytest): Move configuration to pyproject.toml by @tony in #886

  • Add python 3.12 to trove classifiers

  • Packaging (poetry): Fix development dependencies

    Per Poetry's docs on managing dependencies and poetry check, we had it wrong: Instead of using extras, we should create these:

    [tool.poetry.group.group-name.dependencies]
    dev-dependency = "1.0.0"

    Which we now do.

Development

Full Changelog: v1.31.0...v1.32.0