Skip to content

Commit 6ef4c14

Browse files
authored
Merge pull request #126 from andresdelfino/revert_python_version
Require the Python version used in the production environment
2 parents ab895f2 + db180a2 commit 6ef4c14

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)