Skip to content

Commit 93d15b7

Browse files
committed
Merge branch 'sandbox' into development
2 parents f0b2676 + 40a9b99 commit 93d15b7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ This module, by default installs and uses [text-unidecode](https://github.com/km
1616

1717
However, there is an alternative decoding package called [Unidecode](https://github.com/avian2/unidecode) _(GPL)_. It can be installed as `python-slugify[unidecode]` for those who prefer it.
1818

19-
### Python Versions & `Official` Support
19+
### `Official` Support Matrix
2020

21-
| python version | python-slugify version |
22-
| -------------- | ---------------------- |
23-
| `=2.7` | `< 5.0.0` |
24-
| `<=3.6` | `>= 5.0.0 < 7.0.0` |
25-
| `>=3.7` | `>= 7.0.0` |
21+
| Python | Slugify |
22+
| -------------- | ------------------ |
23+
| `>= 2.7 < 3.6` | `< 5.0.0` |
24+
| `>= 3.6 < 3.7` | `>= 5.0.0 < 7.0.0` |
25+
| `>= 3.7` | `>= 7.0.0` |
2626

2727
# How to install
2828

0 commit comments

Comments
 (0)