Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set a maximum version of flit_core for build requirements #211

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

takluyver
Copy link

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

Copy link

codecov bot commented Feb 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7f8cec4) 100.00% compared to head (66d76f4) 100.00%.

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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant