File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ classifiers = [
2424 " Programming Language :: Python :: 3.10" ,
2525 " Programming Language :: Python :: 3.11" ,
2626 " Programming Language :: Python :: 3.12" ,
27+ " Programming Language :: Python :: 3.13" ,
2728 " License :: OSI Approved :: BSD License" ,
2829 " Operating System :: OS Independent" ,
2930 " Topic :: Multimedia :: Sound/Audio :: Speech" ,
@@ -39,13 +40,14 @@ Issues = "https://github.com/ReadAlongs/SoundSwallower/issues"
3940soundswallower = " soundswallower.cli:main"
4041
4142[tool .cibuildwheel ]
42- # Build a reduced selection of binaries as there are tons of them
43+ # Build binaries for supported versions of Python
4344build = [
4445 " cp38-*" ,
4546 " cp39-*" ,
4647 " cp310-*" ,
4748 " cp311-*" ,
4849 " cp312-*" ,
50+ " cp313-*" ,
4951]
5052# Build only universal wheels for Mac where possible, and skip 32-bit
5153# builds to avoid building a gigabyte of stuff all the time
You can’t perform that action at this time.
0 commit comments