Skip to content

Commit 1cac4d1

Browse files
committed
fix: update requires-python version constraint to <3.13
1 parent 302c224 commit 1cac4d1

File tree

2 files changed

+41
-391
lines changed

2 files changed

+41
-391
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "vocalizr"
33
version = "0.0.12"
44
description = "Voice Generator part of the Chatacter Backend"
55
readme = "README.md"
6-
requires-python = ">=3.12, <3.14"
6+
requires-python = ">=3.12, <3.13"
77
authors = [
88
{ name = "Mohamed Hisham Abdelzaher", email = "[email protected]" },
99
]

0 commit comments

Comments
 (0)