Skip to content

Commit

Permalink
Merge pull request #121 from torchbox-forks/support/wagtail-51
Browse files Browse the repository at this point in the history
Wagtail 5.1: Add tests in main.yml, Update docs
  • Loading branch information
marteinn authored Oct 17, 2023
2 parents ef61749 + 98c11ed commit 7b1f1d1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
wagtail-version:
- 4.1.6
- 4.2.4
- 5.0.2
- 4.1
- 4.2
- 5.0
- 5.1
services:
postgres:
image: postgis/postgis:12-2.5
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

## [Unreleased]
### Added
### Changed
- Add tests for Wagtail 5.1 (@katdom13)

### Fixed
- Fix broken readme link (@wimfeijen)

### Removed
- Drop support for Python 3.7 (@katdom13)

## [8.0.0] - 2023.05.21
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started-with-google-maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Requirements

- Python 3.7+
- Wagtail 2.15+ and Django
- Python 3.8+
- Wagtail 4.1+ and Django 3.2+
- A Google account


Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started-with-leaflet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Requirements

- Python 3.7+
- Wagtail 2.15+ and Django
- Python 3.8+
- Wagtail 4.1+ and Django 3.2+
- Access to a tile provider for Leaflet, this library includes built in support for Open Street Map


Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 7b1f1d1

Please sign in to comment.