Skip to content

Commit 171aa03

Browse files
committed
chore: include python 3.11-3.12 as supported versions
1 parent 9700f04 commit 171aa03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packages = [
1616
]
1717

1818
[tool.poetry.dependencies]
19-
python = ">=3.8, <3.11"
19+
python = ">=3.8, <3.13"
2020
pydub = "^0.25.1"
2121
pynbs = "^1.1.0"
2222
numpy = "^1.23.1"

0 commit comments

Comments
 (0)