Skip to content

Commit 43693a6

Browse files
committed
MP-432 update python and django version requirements
1 parent de50bad commit 43693a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [{include = "django_google_structured_logger"}]
1010
python = ">=3.8,<4.0"
1111
python-json-logger = "^2.0.7"
1212
contextvars = "^2.4"
13-
django = ">=3.0,<5"
13+
django = ">=3,<5"
1414
setuptools-scm = "^7.1.0"
1515

1616
[build-system]

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ classifiers =
3232
[options]
3333
include_package_data = true
3434
packages = find:
35-
python_requires = >=3.8, <=3.11
35+
python_requires = >= 3.8, < 4
3636
install_requires =
37-
Django >= 3.0, <= 4.2
37+
Django >= 3, < 5
3838
python-json-logger == 2.0.7
3939
contextvars == 2.4
4040

0 commit comments

Comments
 (0)