cliss21
/
wagtail-maps
Archivé
5
0
Bifurcation 0

feat: require Wagtail >=2.15

main
Jérôme Lebleu 2021-11-24 14:07:18 +01:00
Parent aabb415b6b
révision 58f3ad5ce7
3 fichiers modifiés avec 4 ajouts et 10 suppressions

Voir le fichier

@ -14,16 +14,10 @@ will be able to display it in a page - e.g. as a StreamField block.
## Requirements
This package requires the following:
- **Wagtail >= 2.14**: upstream patches have been submitted to provide a proper
integration of this extension into the admin - see [#7562], [#7565] and
[#7590]
- **Wagtail** >= 2.15
- **Django** (3.1, 3.2)
- **Python 3** (3.7, 3.8, 3.9)
[#7562]: https://github.com/wagtail/wagtail/pull/7562
[#7565]: https://github.com/wagtail/wagtail/pull/7565
[#7590]: https://github.com/wagtail/wagtail/pull/7590
## Installation
1. Install using ``pip``:

Voir le fichier

@ -30,7 +30,7 @@ keywords =
[options]
include_package_data = True
install_requires =
wagtail >=2.14
wagtail >=2.15
packages = wagtail_maps
python_requires = >=3.7, <4
setup_requires =

Voir le fichier

@ -1,6 +1,6 @@
[tox]
envlist =
python{3.7,3.8,3.9}-django{3.1,3.2}-wagtail{2.14,main}
python{3.7,3.8,3.9}-django{3.1,3.2}-wagtail{2.15,main}
[testenv]
commands = {envpython} -m pytest --basetemp="{envtmpdir}" --cov --cov-report=term:skip-covered
@ -14,7 +14,7 @@ deps =
django3.1: Django>=3.1,<3.2
django3.2: Django>=3.2,<3.3
wagtail2.14: wagtail>=2.14,<2.15
wagtail2.15: wagtail>=2.15,<2.16
wagtailmain: git+https://github.com/wagtail/wagtail.git
extras = test