We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a746e commit 2abac67Copy full SHA for 2abac67
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
6
name = "django-enum"
7
version = "2.1.0"
8
description = "Full and natural support for enumerations as Django model fields."
9
-requires-python = "==3.12.0"
+requires-python = ">=3.9,<4.0"
10
authors = [
11
{name = "Brian Kohan", email = "[email protected]"},
12
]
0 commit comments