Skip to content

Commit

Permalink
Merge branch 'sandbox' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Nov 22, 2022
2 parents f0b2676 + 40a9b99 commit 93d15b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ This module, by default installs and uses [text-unidecode](https://github.com/km

However, there is an alternative decoding package called [Unidecode](https://github.com/avian2/unidecode) _(GPL)_. It can be installed as `python-slugify[unidecode]` for those who prefer it.

### Python Versions & `Official` Support
### `Official` Support Matrix

| python version | python-slugify version |
| -------------- | ---------------------- |
| `=2.7` | `< 5.0.0` |
| `<=3.6` | `>= 5.0.0 < 7.0.0` |
| `>=3.7` | `>= 7.0.0` |
| Python | Slugify |
| -------------- | ------------------ |
| `>= 2.7 < 3.6` | `< 5.0.0` |
| `>= 3.6 < 3.7` | `>= 5.0.0 < 7.0.0` |
| `>= 3.7` | `>= 7.0.0` |

# How to install

Expand Down

0 comments on commit 93d15b7

Please sign in to comment.