Skip to content

Commit def9278

Browse files
committed
Require the Python version used in the production environment
1 parent ab895f2 commit def9278

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 @@ dependencies = [
1111
"peewee==3.17.9",
1212
"sentry-sdk==2.22.0",
1313
]
14-
requires-python = "==3.11.*"
14+
requires-python = "==3.10.*"
1515
authors = [
1616
{name = "Pyar", email = "[email protected]"},
1717
]

0 commit comments

Comments
 (0)