summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-11-22 13:05:35 -0500
committerVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-11-22 13:05:35 -0500
commitdc888f5a7a0c52c0e408a9bded308505cf962fc1 (patch)
treeb0fdc3a330c28df20e3c69cfca37d4f3db3dba25
parent247fe299c524f48adb94325ce79c84d87fbd0197 (diff)
downloadpython-slugify-dc888f5a7a0c52c0e408a9bded308505cf962fc1.tar.gz
SemVer Table
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2514fc5..04b72ab 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,11 @@ However, there is an alternative decoding package called [Unidecode](https://git
### Python Versions & `Official` Support
-- Python `2.7` <-> python-slugify `< 5.0.0`
-- Python `3.6+` <-> python-slugify `>= 5.0.0`
-- Python `3.7+` <-> python-slugify `>= 7.0.0`
+| python version | python-slugify version |
+| -------------- | ---------------------- |
+| `=2.7` | `< 5.0.0` |
+| `<=3.6` | `>= 5.0.0 < 7.0.0` |
+| `>=3.7` | `>= 7.0.0` |
# How to install