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

pyproject.toml: Move metadata here from setup.py #56

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

Conversation

mkoeppe
Copy link

@mkoeppe mkoeppe commented Feb 18, 2024

To modernize metadata while I'm at it for other projects

requires = [
"setuptools>=61.2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is causing the CI failure since Python 3.6 does not support setuptools > 60.10.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm... do you plan to keep support for Python 3.6?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably drop support for 3.6, but would want to do that simultaneously for all of snappy's various components. I suggest changing to setuptools>=59.6 unless you're using some newer feature.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Support for metadata in pyproject.toml was added in setuptools 61 I think,
and the [tool.setuptools] section is out of beta only since 68.1.0.

There's no urgency here.

@culler
Copy link
Member

culler commented Feb 19, 2024 via email

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.

3 participants