Skip to content

Commit db180a2

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

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

0 commit comments

Comments
 (0)