Skip to content

BLD: avoid deprecation warnings from setuptools when building on Python 3#155

Open
neutrinoceros wants to merge 1 commit intobrandon-rhodes:masterfrom
neutrinoceros:bld/clean-logs
Open

BLD: avoid deprecation warnings from setuptools when building on Python 3#155
neutrinoceros wants to merge 1 commit intobrandon-rhodes:masterfrom
neutrinoceros:bld/clean-logs

Conversation

@neutrinoceros
Copy link

This addopts the standard license metadata format defined in https://peps.python.org/pep-0639/, which recent versions of setuptools have been pressing users to migrate to, since it clashes directly with their equivalent schema.
I tried to preserve Python 2 compat while keeping duplications to a minimum.

Comment on lines -79 to -80
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Copy link
Author

Choose a reason for hiding this comment

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

I'm removing these purely out of consistency with the existing CIBW_SELECT setting, but I note that I could probably easily re-introduce them later, virtually for free if #151 is accepted.

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.

1 participant