Skip to content

Commit 875bdcf

Browse files
committed
Allow python 3.12
1 parent c699ef4 commit 875bdcf

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
@@ -7,7 +7,7 @@ readme = "README.md"
77
packages = [{include = "django_utils"}]
88

99
[tool.poetry.dependencies]
10-
python = ">=3.13, <4"
10+
python = ">=3.12, <4"
1111
django-configurations = "^2.5"
1212
django-extensions = "^4"
1313
sentry-sdk = "*"

0 commit comments

Comments
 (0)