From dc888f5a7a0c52c0e408a9bded308505cf962fc1 Mon Sep 17 00:00:00 2001 From: "Val Neekman (AvidCoder)" Date: Tue, 22 Nov 2022 13:05:35 -0500 Subject: SemVer Table --- README.md | 8 +++++--- 1 file 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 -- cgit v1.2.1