Skip to content

Commit

Permalink
Try adding 3.13 as build target
Browse files Browse the repository at this point in the history
  • Loading branch information
josephine-wolf-oberholtzer committed Feb 9, 2025
1 parent 2068f61 commit cfeec2f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Artistic Software",
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Multimedia :: Sound/Audio :: Analysis",
Expand All @@ -42,7 +43,7 @@ docs = [
"librosa",
"matplotlib",
"mypy",
"soxr==0.5.0.post1", # https://github.com/librosa/librosa/issues/1831#issuecomment-2176274560
"soxr",
"sphinx-immaterial",
"sphinxext-opengraph",
]
Expand Down Expand Up @@ -78,10 +79,10 @@ documentation = "https://supriya-project.github.io/supriya"
repository = "https://github.com/supriya-project/supriya"

[tool.black]
target-version = ["py312"]
target-version = ["py313"]

[tool.cibuildwheel]
build = "cp39-* cp310-* cp311-* cp312-*"
build = "cp39-* cp310-* cp311-* cp312-* cp313-*"
test-command = [
"python -c 'from supriya.contexts import shm; print(shm.__file__)'",
"python -c 'from supriya.utils._intervals import IntervalTreeDriverEx'",
Expand Down

0 comments on commit cfeec2f

Please sign in to comment.