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

Add support for Python 3.13 #145

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

lucas42
Copy link

@lucas42 lucas42 commented Oct 30, 2024

Python core removed modules aifc and sunau in 3.13 as part of PEP-594 https://peps.python.org/pep-0594/
This change adds standard-aifc and standard-sunau as dependencies for python 3.13 and above. These are forks of the modules that had previously been in the python core.

Also updates the test config to run against python 3.12 and python 3.13

Fixes #144

…and above.

Python core removed these modules in 3.13 as part of PEP-594 https://peps.python.org/pep-0594/
The standard-* modules are forks of the modules that had previously been in the python core.
Fixes beetbox#144
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.

aifc module is deprecated (and removed in Python 3.13)
1 participant