Skip to content

Commit

Permalink
Adjust to match the supported versions of Python, Django and Wagtail.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton authored and katdom13 committed Nov 16, 2023
1 parent 61ac8da commit 4f48c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ license_files =
LICENSE.txt

[options]
python_requires = >= 3.7
python_requires = >= 3.8
setup_requires =
setuptools >= 40.6
pip >= 10
include_package_data = true
packages = find:
install_requires =
Django>=3.2, <4.2
wagtail>=4.1, <5.0
Django>=3.2, <4.3
wagtail>=4.1, <5.2
python-unsplash>=1.1.0, <1.2

0 comments on commit 4f48c6a

Please # to comment.