@@ -28,11 +28,11 @@ classifiers = [
2828 " Operating System :: MacOS :: MacOS X" ,
2929 " Programming Language :: Python" ,
3030 " Programming Language :: Python :: 3" ,
31- " Programming Language :: Python :: 3.8" ,
3231 " Programming Language :: Python :: 3.9" ,
3332 " Programming Language :: Python :: 3.10" ,
3433 " Programming Language :: Python :: 3.11" ,
3534 " Programming Language :: Python :: 3.12" ,
35+ " Programming Language :: Python :: 3.13" ,
3636 " Topic :: Multimedia :: Sound/Audio :: MIDI" ,
3737 " Topic :: Software Development :: Libraries :: Python Modules" ,
3838]
@@ -63,11 +63,11 @@ file = "LICENSE.md"
6363[tool .black ]
6464line-length = 99
6565target-version = [
66- " py38" ,
6766 " py39" ,
6867 " py310" ,
6968 " py311" ,
7069 " py312" ,
70+ " py313" ,
7171]
7272
7373[tool .isort ]
@@ -98,7 +98,7 @@ test-command = "pytest -v -m ci {package}/tests"
9898
9999# Install system library
100100[tool .cibuildwheel .linux ]
101- build = [" cp3{9,10,11,12}-manylinux*" , " pp3{9,10}-manylinux*" ]
101+ build = [" cp3{9,10,11,12,13 }-manylinux*" , " pp3{9,10,11 }-manylinux*" ]
102102archs = [" auto64" ]
103103before-all = [
104104 " dnf -y install alsa-lib-devel alsa-utils" ,
@@ -112,9 +112,9 @@ before-all = [
112112repair-wheel-command = " auditwheel repair --exclude libasound.so.2 --lib-sdir . -w {dest_dir} {wheel}"
113113
114114[tool .cibuildwheel .macos ]
115- build = " cp3{9,10,11,12}-macosx*"
115+ build = " cp3{9,10,11,12,13 }-macosx*"
116116archs = [" x86_64" , " arm64" ]
117117
118118[tool .cibuildwheel .windows ]
119- build = " cp3{9,10,11,12}-win*"
119+ build = " cp3{9,10,11,12,13 }-win*"
120120archs = [" AMD64" ]
0 commit comments