Skip to content

Commit 2abac67

Browse files
committed
fix errant python version restriction
1 parent a3a746e commit 2abac67

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
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
name = "django-enum"
77
version = "2.1.0"
88
description = "Full and natural support for enumerations as Django model fields."
9-
requires-python = "==3.12.0"
9+
requires-python = ">=3.9,<4.0"
1010
authors = [
1111
{name = "Brian Kohan", email = "[email protected]"},
1212
]

0 commit comments

Comments
 (0)