Skip to content

Commit def9278

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "pyar@pyar.com"},
1717
]

0 commit comments

Comments
 (0)