We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5751f commit 985cdeeCopy full SHA for 985cdee
1 file changed
changelog.d/2257.packaging.md
@@ -0,0 +1,10 @@
1
+The core packaging metadata started exposing a new `supported` extra
2
+-- by {user}`beruic`, {user}`sirosen` and {user}`webknjaz`.
3
+
4
+This new opt-in install-level feature limits the `pip` dependency to
5
+the latest version we're testing in our CI at the time of release.
6
7
+<!-- pyml disable-num-lines 2 commands-show-output -->
8
+```console
9
+$ pip install 'pip-tools [supported]'
10
+```
0 commit comments