Skip to content

Commit 733bf8d

Browse files
committed
forgotten setup.py changes related to previous work.
1 parent 4a51256 commit 733bf8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ def find_variable(variable, *parts):
4444
packages=find_packages(exclude=("testproject*",)),
4545
install_requires=[
4646
"bleach[css]>=5,<6",
47-
"Django>=3.2",
47+
"Django>=4.2",
4848
],
49-
python_requires=">=3.8",
49+
python_requires=">=3.9",
5050
tests_require=["bleach[css]>=5,<6", "mock", "sphinx", "tox"],
5151
cmdclass={
5252
"build_sphinx": BuildDoc,

0 commit comments

Comments
 (0)