gidgethub icon indicating copy to clipboard operation
gidgethub copied to clipboard

Set a maximum version of flit_core for build requirements

Open takluyver opened this issue 1 year ago • 1 comments

The plan for Flit 4 is to drop support for the [tool.flit.metadata] project description in favour of the [project] table, which is now standardised across different tools.

More generally, I advise packages to always restrict the dependency to exclude the next major version of flit_core, so that I can make breaking changes. You can see the version ranges recommendations here: https://flit.pypa.io/en/stable/pyproject_toml.html#build-system-section

takluyver avatar Feb 16 '24 16:02 takluyver

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (7ec51fc) to head (5d06df7). Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #211   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            9         9           
  Lines          471       471           
  Branches        87        87           
=========================================
  Hits           471       471           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Feb 16 '24 16:02 codecov[bot]