Skip to content

Commit 5a5efac

Browse files
committed
build: build wheels for Python 3.13 too
1 parent cc04cb2 commit 5a5efac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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"
3940
soundswallower = "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
4344
build = [
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

0 commit comments

Comments
 (0)