Skip to content

Commit

Permalink
ADD wagtail 6.0 support; ADD python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Marques committed Apr 3, 2024
1 parent 14acb6c commit 13ece1c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ["3.8", "3.9", "3.10", "3.11"]
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
django-modeltranslation: ["0.17", "0.18"]
wagtail: ["5.0", "5.1", "5.2"]
wagtail: ["5.2", "6.0"]
database: ["sqlite", "postgres", "mysql"]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "wagtail-modeltranslation"
version = "0.14.2"
version = "0.15.0"
license = "New BSD"
authors = ["InfoPortugal S.A. <[email protected]>"]
maintainers = ["InfoPortugal S.A. <[email protected]>"]
Expand Down Expand Up @@ -36,8 +36,8 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
Django = ">= 3.2"
wagtail = ">=4.0,<=6.0"
Django = ">=4.2"
wagtail = ">=5.2,<=7.0"
django-modeltranslation = ">=0.17"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 13ece1c

Please sign in to comment.