Commit ec7b3bc
authored
Add support for Python 3.13 (#145)
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 #1443 files changed
+115
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
0 commit comments