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

Support building with maturin 1.8.0. #68

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

ghuls
Copy link
Contributor

@ghuls ghuls commented Dec 30, 2024

Building pybigtools with maturing 1.8.0 failed with:
Caused by: project.version field is required in pyproject.toml unless it is present in the project.dynamic list

project.dynamic is already supported since maturin 1.4:
PyO3/maturin#2416

Building pybigtools with maturing 1.8.0 failed with:
  Caused by: `project.version` field is required in pyproject.toml unless it is present in the `project.dynamic` list

`project.dynamic` is already supported since maturin 1.4:
  PyO3/maturin#2416
@jackh726
Copy link
Owner

Seems like it would just be better to add the version to pyproject.toml?

@jackh726
Copy link
Owner

Ah reading, I suppose because we make a __version__, this is the right approach.

@jackh726 jackh726 merged commit 0ea12f5 into jackh726:master Dec 30, 2024
5 checks passed
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.

2 participants