Skip to content

Commit db180a2

Browse files
committed
Support Python >= 3.10
1 parent def9278 commit db180a2

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.10.*"
14+
requires-python = ">=3.10"
1515
authors = [
1616
{name = "Pyar", email = "[email protected]"},
1717
]

0 commit comments

Comments
 (0)