Skip to content

Commit

Permalink
MP-432 update python and django version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheripov committed Sep 15, 2023
1 parent de50bad commit 43693a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "django_google_structured_logger"}]
python = ">=3.8,<4.0"
python-json-logger = "^2.0.7"
contextvars = "^2.4"
django = ">=3.0,<5"
django = ">=3,<5"
setuptools-scm = "^7.1.0"

[build-system]
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ classifiers =
[options]
include_package_data = true
packages = find:
python_requires = >=3.8, <=3.11
python_requires = >= 3.8, < 4
install_requires =
Django >= 3.0, <= 4.2
Django >= 3, < 5
python-json-logger == 2.0.7
contextvars == 2.4

Expand Down

0 comments on commit 43693a6

Please sign in to comment.