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

Remove deprecated universal wheel #276

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

eccles
Copy link
Member

@eccles eccles commented Nov 20, 2024

Universal wheels are deprecated:

    ********************************************************************************
    With Python 2.7 end-of-life, support for building universal wheels
    (i.e., wheels that support both Python 2 and Python 3)
    is being obviated.
    Please discontinue using this option, or if you still need it,
    file an issue with pypa/setuptools describing your use case.

    By 2025-Aug-30, you need to update your project and remove deprecated calls
    or your builds will no longer be supported.
    ********************************************************************************

Additionally another classifier was incorrect

AB#10062

Copy link

@landintrees landintrees left a comment

Choose a reason for hiding this comment

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

lgtm

@eccles eccles merged commit 84b409c into main Nov 20, 2024
13 checks passed
@eccles eccles deleted the dev/paul/10062-remove-deprecated-universal-setting branch November 20, 2024 14:13
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