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