Skip to content

Commit dc888f5

Browse files
committed
SemVer Table
1 parent 247fe29 commit dc888f5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ However, there is an alternative decoding package called [Unidecode](https://git
1818

1919
### Python Versions & `Official` Support
2020

21-
- Python `2.7` <-> python-slugify `< 5.0.0`
22-
- Python `3.6+` <-> python-slugify `>= 5.0.0`
23-
- Python `3.7+` <-> python-slugify `>= 7.0.0`
21+
| python version | python-slugify version |
22+
| -------------- | ---------------------- |
23+
| `=2.7` | `< 5.0.0` |
24+
| `<=3.6` | `>= 5.0.0 < 7.0.0` |
25+
| `>=3.7` | `>= 7.0.0` |
2426

2527
# How to install
2628

0 commit comments

Comments
 (0)