Skip to content

Commit 386db40

Browse files
authored
pyproject.toml: requires-python = ">=3.10, <3.15"
1 parent 828d7ee commit 386db40

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
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.12",
2525
"Programming Language :: Python :: 3.13",
2626
]
27-
requires-python = ">=3.10, <3.14"
27+
requires-python = ">=3.10, <3.15"
2828
dependencies = [
2929
"aioconsole>=0.8.1",
3030
"aiofiles>=24,<25",

0 commit comments

Comments
 (0)