Skip to content

build: add Python 3.12 to package classifiers #5576

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

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

bastimeyer
Copy link
Member

Resolves #5544

This adds official support for the upcoming Python 3.12 release in a couple of days to the metadata of Streamlink's sdists/bdists.
https://peps.python.org/pep-0693/

cffi 1.16.0 has finally been released yesterday with support for py312, which means we can finally label Streamlink as py312 compatible and remove the custom-built wheel:
https://github.com/python-cffi/cffi/releases/tag/v1.16.0

cffi is a transitive dependency on Windows via trio, and it's optionally required (without declaring it as a dependency) by pycryptodome:

@bastimeyer bastimeyer merged commit 713a650 into streamlink:master Sep 29, 2023
@bastimeyer bastimeyer deleted the build/py312 branch September 29, 2023 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Official support for Python 3.12
1 participant