Skip to content

Commit

Permalink
Merge pull request #20 from wagtail-packages/wagtail60
Browse files Browse the repository at this point in the history
Update for wagtail 6.0, django 4.2 and python 3.9
  • Loading branch information
nickmoreton authored Feb 23, 2024
2 parents 97552d7 + 25d4b9f commit c7a4b61
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 210 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
database: ["sqlite"]

steps:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
database: ["postgres"]

services:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
database: ["mysql"]

services:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

- update for wagtail 6.0, django 4.2 and python 3.9
- fix actions using mysql image

## [1.0.0] 2023-02-12
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,9 @@ make setup
```

will run all the above initial commands and creates a superuser with login credentials Username: `admin` Password: `admin`

## Supports

- Wagtail 4.1, 4.2, 5.0, 5.1. 5.2, 6.0
- Django 3.2, 4.0, 4.1, 4.2
- Python 3.8, 3.9, 3.10, 3.11, 3.12
Loading

0 comments on commit c7a4b61

Please sign in to comment.