Skip to content

Commit 72b54cf

Browse files
authored
chore: support Python 3.13 (#864)
1 parent fdbc0b8 commit 72b54cf

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
@@ -11,7 +11,7 @@ license = { file = "LICENSE.txt" }
1111
authors = [
1212
{ name = "Moshe Malawach", email = "[email protected]" },
1313
]
14-
requires-python = ">=3.12,<3.13"
14+
requires-python = ">=3.12,<3.14"
1515
classifiers = [
1616
"Development Status :: 4 - Beta",
1717
"Programming Language :: Python",

0 commit comments

Comments
 (0)