Skip to content

Commit

Permalink
TMP Test broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
calebsyring committed Mar 27, 2024
1 parent 96ee346 commit 8307267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# We are intending to keep up to date with the supported Django versions.
# For the official support, please visit:
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
if (py_minor_version := sys.version_info.minor) in [8, 9, 10, 11]:
if py_minor_version := sys.version_info[1] in [8, 9, 10, 11]:
django_python_version_install = (
f"Django>=4.0,<{'6' if py_minor_version >= 10 else '5'}"
)
Expand Down

0 comments on commit 8307267

Please sign in to comment.