Skip to content

Commit

Permalink
adjust Wagtail versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas committed Mar 23, 2024
1 parent 5fbacba commit 1ef3bc2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@
[![PyPI](https://img.shields.io/pypi/v/wagtail-heroicons)](https://pypi.org/project/wagtail-heroicons/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wagtail-heroicons)
![Django Version](https://img.shields.io/badge/django-3.2%20%7C%204.2%20%7C%205.0-%2344B78B?labelColor=%23092E20)

<!-- https://shields.io/badges -->
<!-- django-3.2 | 4.2 | 5.0-#44B78B -->
<!-- labelColor=%23092E20 -->

![Wagtail Version](https://img.shields.io/badge/wagtail-5.2%20%7C%206.0-%2300676A?labelColor=%232E1F5E)

<!-- https://shields.io/badges -->
<!-- wagtail-5.2 | 6.0-#00676A -->
<!-- labelColor=%232E1F5E -->

## Requirements

- Python 3.8, 3.9, 3.10, 3.11, 3.12
- Django 3.2, 4.2, 5.0
- Python 3.8, 3.9, 3.10, 3.11, 3.12
- Django 3.2, 4.2, 5.0
- Wagtail 5.2, 6.0

## Getting Started

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ classifiers = [
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Wagtail",
"Framework :: Wagtail :: 2",
"Framework :: Wagtail :: 3",
"Framework :: Wagtail :: 5",
"Framework :: Wagtail :: 6",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
Expand Down

0 comments on commit 1ef3bc2

Please sign in to comment.