summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 04b72ab..26cbc4d 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,13 @@ This module, by default installs and uses [text-unidecode](https://github.com/km
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.
-### Python Versions & `Official` Support
+### `Official` Support Matrix
-| python version | python-slugify version |
-| -------------- | ---------------------- |
-| `=2.7` | `< 5.0.0` |
-| `<=3.6` | `>= 5.0.0 < 7.0.0` |
-| `>=3.7` | `>= 7.0.0` |
+| Python | Slugify |
+| -------------- | ------------------ |
+| `>= 2.7 < 3.6` | `< 5.0.0` |
+| `>= 3.6 < 3.7` | `>= 5.0.0 < 7.0.0` |
+| `>= 3.7` | `>= 7.0.0` |
# How to install