8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd6d01 commit 67339c7Copy full SHA for 67339c7
‎requirements/runtime-constraints.in
@@ -17,4 +17,4 @@
17
# NOTE: 1.12.0 and later enable support for metadata 2.4
18
# NOTE: This can be dropped once twine stops using pkginfo
19
# Ref: https://github.com/pypa/twine/pull/1180
20
-pkginfo ~= 1.12.0
+pkginfo >= 1.12.0
‎requirements/runtime.in
@@ -1,6 +1,7 @@
1
-c runtime-constraints.in # limits known broken versions
2
3
-twine ~= 6.0
+# NOTE: v6 is needed to support metadata v2.4
4
+twine >= 6.0
5
6
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
7
# NOTE: as well as PEP 740 attestations.
0 commit comments