summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-11-22 13:08:13 -0500
committerVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-11-22 13:08:13 -0500
commitfcbaac2ffbe3d37528ec5d26e750a696d2603587 (patch)
treeb0fdc3a330c28df20e3c69cfca37d4f3db3dba25
parentc236c1589f3469881b809128021ab77719fa19fa (diff)
parentdc888f5a7a0c52c0e408a9bded308505cf962fc1 (diff)
downloadpython-slugify-fcbaac2ffbe3d37528ec5d26e750a696d2603587.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