Skip to content

Commit

Permalink
Fix django min version
Browse files Browse the repository at this point in the history
see also # 4031 to track an automated solution
  • Loading branch information
Zac-HD committed Oct 9, 2024
1 parent a81d155 commit 45e69c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def local_file(name):
# https://www.djangoproject.com/download/#supported-versions
# We also leave the choice of timezone library to the user, since it
# might be zoneinfo or pytz depending on version and configuration.
"django": ["django>=3.2"],
"django": ["django>=4.2"],
}

extras["all"] = sorted(set(sum(extras.values(), [])))
Expand Down

0 comments on commit 45e69c4

Please sign in to comment.