Skip to content

Commit cc00220

Browse files
committed
Update classifiers in pyproject.toml.
1 parent 652564e commit cc00220

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ name = "pedalboard"
3737
authors = [{ name = "Peter Sobot", email = "[email protected]" }]
3838
description = "A Python library for adding effects to audio."
3939
readme = "README.md"
40-
requires-python = ">=3.9"
40+
requires-python = ">=3.10"
4141
license = { file = "LICENSE" }
4242
classifiers = [
4343
"Development Status :: 4 - Beta",
@@ -48,12 +48,11 @@ classifiers = [
4848
"Programming Language :: C++",
4949
"Programming Language :: Python",
5050
"Topic :: Multimedia :: Sound/Audio",
51-
"Programming Language :: Python :: 3.8",
52-
"Programming Language :: Python :: 3.9",
5351
"Programming Language :: Python :: 3.10",
5452
"Programming Language :: Python :: 3.11",
5553
"Programming Language :: Python :: 3.12",
5654
"Programming Language :: Python :: 3.13",
55+
"Programming Language :: Python :: 3.14",
5756
]
5857
dependencies = ["numpy"]
5958
version = "0.9.19"

0 commit comments

Comments
 (0)