Thanks to visit codestin.com
Credit goes to github.com

Skip to content

build: add Python 3.12 to package classifiers#5576

Merged
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:build/py312
Sep 29, 2023
Merged

build: add Python 3.12 to package classifiers#5576
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:build/py312

Conversation

@bastimeyer

Copy link
Copy Markdown
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