Skip to content

Commit

Permalink
Merge pull request #199 from jazzband/johnthagen-patch-1
Browse files Browse the repository at this point in the history
Enforce minimum Python version
  • Loading branch information
Natim authored Aug 5, 2022
2 parents 64e3682 + dd2e148 commit df439fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
],
include_package_data=True,
zip_safe=False,
python_requires=">=3.7",
install_requires=[
# BEGIN requirements
"Django>=2.2",
Expand Down

0 comments on commit df439fb

Please sign in to comment.