Skip to content

1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 14:01
· 66 commits to main since this release
1.8.0

Added

  • Add 3.12 to the list of available Python versions (#631).
  • Add support for creating packages dynamically in the build script (#629).

Changed

  • Improve marker logic for extra markers (#636).
  • Update list of supported licenses (#635, #646).
  • Deprecate Dependency.transitive_python_versions (#648).
  • Deprecate Dependency.transitive_python_constraint (#649).

Fixed

  • Fix an issue where projects with extension modules were not installed in editable mode (#633).
  • Fix an issue where the wrong or no lib folder was added to the wheel (#634).

Vendoring