Skip to content

Commit

Permalink
Bump supported versions (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgax authored Aug 1, 2024
1 parent fd0cd83 commit 9ae9b47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'

- run: git clone https://github.com/wagtail/wagtail.git

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Turn Wagtail pages into newsletters.

- Python (3.8, 3.9, 3.10, 3.11, 3.12)
- Django (4.2, 5.0)
- Wagtail (5.2, 6.0, 6.1)
- Wagtail (5.2, 6.1, 6.2)

## Installation

Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ skipsdist = True
usedevelop = True

envlist =
python{3.8,3.9,3.10,3.11,3.12}-django{4.2}-wagtail{5.2,6.0,6.1}-{sqlite,postgres}
python{3.10,3.11,3.12}-django{5.0}-wagtail{5.2,6.0,6.1}-{sqlite,postgres}
python{3.8,3.9,3.10,3.11,3.12}-django{4.2}-wagtail{5.2,6.1,6.2}-{sqlite,postgres}
python{3.10,3.11,3.12}-django{5.0}-wagtail{5.2,6.1,6.2}-{sqlite,postgres}

[gh-actions]
python =
Expand Down Expand Up @@ -37,8 +37,8 @@ deps =
django5.0: Django>=5.0,<5.1

wagtail5.2: wagtail>=5.2,<5.3
wagtail6.0: wagtail>=6.0,<6.1
wagtail6.1: wagtail>=6.1,<6.2
wagtail6.2: wagtail>=6.2,<6.3

postgres: psycopg2>=2.6

Expand Down

0 comments on commit 9ae9b47

Please sign in to comment.