Skip to content

Commit

Permalink
Remove outdated compatibility matrix (#1950)
Browse files Browse the repository at this point in the history
As noted in #1937, this matrix is out of date now that https://github.com/jazzband/pip-tools/releases/tag/7.0.0 has shipped.

Technically it could be kept around and add some more rows, but I don't think it's worth the effort... it will always be going out of date. Instead, let the internal dep constraints within `setup.py`/`pyproject.toml` constrain what versions of `python` / `pip` are compatible with that version of `pip-tools`. Most users won't care, but those who will can access that data manually. And otherwise it'll all be smoothly resolved by package managers.

So let's just remove it altogether.
  • Loading branch information
jeffwidman authored Aug 4, 2023
1 parent 82267df commit 2cdd69d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -576,23 +576,6 @@ backtracking resolver is more robust, but can take longer to run in general.
You can continue using the legacy resolver with `--resolver=legacy` although
note that it is deprecated and will be removed in a future release.

### Versions and compatibility

The table below summarizes the latest `pip-tools` versions with the required
`pip` and Python versions. Generally, `pip-tools` supports the same Python
versions as the required `pip` versions.

| pip-tools | pip | Python |
| -------------- | -------------- | -------------- |
| 4.5.\* | 8.1.3 - 20.0.2 | 2.7, 3.5 - 3.8 |
| 5.0.0 - 5.3.0 | 20.0 - 20.1.1 | 2.7, 3.5 - 3.8 |
| 5.4.0 | 20.1 - 20.3.\* | 2.7, 3.5 - 3.8 |
| 5.5.0 | 20.1 - 20.3.\* | 2.7, 3.5 - 3.9 |
| 6.0.0 - 6.3.1 | 20.3 - 21.2.\* | 3.6 - 3.9 |
| 6.4.0 | 21.2 - 21.3.\* | 3.6 - 3.10 |
| 6.5.0 - 6.10.0 | 21.2 - 22.3.\* | 3.7 - 3.11 |
| 6.11.0+ | 22.2+ | 3.7 - 3.11 |

[jazzband]: https://jazzband.co/
[jazzband-image]: https://jazzband.co/static/img/badge.svg
[pypi]: https://pypi.org/project/pip-tools/
Expand Down

0 comments on commit 2cdd69d

Please sign in to comment.