summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-11-22 13:12:25 -0500
committerVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-11-22 13:12:25 -0500
commit93d15b7f07c748e86d831f9268e04e80f807224a (patch)
tree75af5c8a790698a5665dfacc2cdbf010d0e1f536
parentf0b267621368aa6aeca80011c2776aec05693547 (diff)
parent40a9b99f95293309297c679959de1a506b98626f (diff)
downloadpython-slugify-93d15b7f07c748e86d831f9268e04e80f807224a.tar.gz
Merge branch 'sandbox' into development
-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