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

Example pyproject.toml is invalid #326

Closed
Edward-Knight opened this issue Mar 20, 2020 · 0 comments · Fixed by #327
Closed

Example pyproject.toml is invalid #326

Edward-Knight opened this issue Mar 20, 2020 · 0 comments · Fixed by #327
Milestone

Comments

@Edward-Knight
Copy link
Contributor

https://github.com/takluyver/flit/blob/f8afe15b183c03c3dd091ebb4825af7944753b5b/doc/pyproject_toml.rst#L111-L134

Using the provided example, running flit install produces the error:

Invalid requires-python: '3'.                E-flit.validate
Invalid config values (see log)

The example is now quite outdated from Flit's pyproject.toml. We can resync it, although it may get out of date again in the future. The actual error can be resolved by updating the requires-python to >= 3.

@takluyver takluyver added this to the 2.3 milestone Mar 21, 2020
takluyver added a commit that referenced this issue Mar 21, 2020
Update example pyproject.toml, fix requires-python (fixes #326)
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 a pull request may close this issue.

2 participants