Skip to content

Commit 377715b

Browse files
committed
Updated python version in pyprojects
1 parent 700ddfb commit 377715b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ dependencies = [
1111
"peewee==3.17.9",
1212
"sentry-sdk==2.22.0",
1313
]
14-
requires-python = "==3.10.*"
14+
# Update for your working env. Works with 3.10, 3.11, 3.12
15+
requires-python = "==3.12.*"
1516
authors = [
1617
{name = "Pyar", email = "[email protected]"},
1718
]

0 commit comments

Comments
 (0)