Skip to content

Commit 0b22c35

Browse files
committed
Update tested versions in README
Update the Wagtail, Django, and Python versions mentioned as being tested in the README based on the tox configuration. This section previously used the greater-than-or-equal sign (`>=`) when the less-than-or-equal sign (`<=`) was intended. Because these symbols are potentially confusing, they have been removed.
1 parent 1b6a16b commit 0b22c35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ wagtailmenus is an extension for Torchbox's `Wagtail CMS <https://github.com/tor
3131

3232
The current version is tested for compatibility with the following:
3333

34-
- Wagtail versions >= 5.2
35-
- Django versions 4.2, 5.0 and >= 5.1
36-
- Python versions 3.9 to 3.12
34+
- Wagtail versions from 5.2 to 6.3
35+
- Django versions 4.2, 5.0 and 5.1
36+
- Python versions from 3.9 to 3.13
3737

3838
.. image:: https://raw.githubusercontent.com/jazzband/wagtailmenus/master/docs/source/_static/images/repeating-item.png
3939

0 commit comments

Comments
 (0)