-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support/wagtail 50 #80
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
Unreleased | ||
========== | ||
- Update for Wagtail 5.1 | ||
- Drop support for Django 3.7 | ||
|
||
4.1.0 | ||
===== | ||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,9 +1,9 @@ | ||||||
[tox] | ||||||
minversion = 3.14.6 | ||||||
envlist = | ||||||
py{37,38,39,310}-django32-wagtail{41,42,50}-factoryboy32 | ||||||
py{38,39,310}-django40-wagtail{41,42,50}-factoryboy32 | ||||||
py{38,39,310,311}-django41-wagtail{41,42,50}-factoryboy32 | ||||||
py{38,39,310}-django{32,41}-wagtail{41,42,50,51}-factoryboy32 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
py311-django41-wagtail{41,42,50,51}-factoryboy32 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and the |
||||||
py311-django42-wagtail{50,51}-factoryboy32 | ||||||
coverage-report | ||||||
lint | ||||||
|
||||||
|
@@ -26,7 +26,7 @@ deps = | |||||
factoryboy32: factory-boy>=3.2,<3.3 | ||||||
|
||||||
[testenv:coverage-report] | ||||||
basepython = python3.7 | ||||||
basepython = python3.8 | ||||||
deps = coverage | ||||||
pip_pre = true | ||||||
skip_install = true | ||||||
|
@@ -35,7 +35,7 @@ commands = | |||||
coverage report | ||||||
|
||||||
[testenv:lint] | ||||||
basepython = python3.7 | ||||||
basepython = python3.8 | ||||||
deps = flake8 | ||||||
commands = | ||||||
flake8 src tests setup.py | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/wagtail/wagtail-factories/blob/main/setup.py#L57 needs removing