Skip to content

Commit

Permalink
Add standard-aifc and standard-sunau as dependencies for python 3.13 …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
lucas42 committed Oct 30, 2024
1 parent 577f8e2 commit c81adeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ classifiers = [
'License :: OSI Approved :: MIT License',
]
license = {file = "LICENSE"}
dependencies = [
"standard-aifc; python_version >= '3.13'",
"standard-sunau; python_version >= '3.13'",
]

[project.optional-dependencies]
test = [
Expand Down

0 comments on commit c81adeb

Please sign in to comment.