Skip to content

Commit

Permalink
updating django versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Flynn authored and Paul Flynn committed Jun 6, 2024
1 parent 7fc297c commit b04bbfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'factory-boy>2.8.0',
'wagtail>=5.0',
'flatdict>=3.0.1',
"Django<=4.2",
'Django>=3.2.25, <5.0',
]

docs_require = [
Expand All @@ -33,7 +33,7 @@

setup(
name='wagtail_factories',
version='3.0.0',
version='3.0.1',
description='Factory boy classes for wagtail',
long_description=long_description,
author="Michael van Tellingen",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
commands = coverage run --parallel -m pytest {posargs}
extras = test
deps =
django4000: django<=4.2
django4000: django>=3.2.5, <5.0
wagtail5: wagtail>=5.0

[testenv:coverage-report]
Expand Down

0 comments on commit b04bbfa

Please sign in to comment.