📦 Only keep lower bounds @ input requirements
Some checks failed
🏗️ / smoke-test (push) Has been cancelled
🏗️ / build-and-push (push) Has been cancelled

This concerns both direct (`twine`) and indirect (`pkginfo`) deps,
provided there's no broken versions to exclude.
This commit is contained in:
Sviatoslav Sydorenko 2024-12-09 15:07:39 +01:00
parent cbd6d01d85
commit 67339c736f
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455
2 changed files with 3 additions and 2 deletions

View file

@ -17,4 +17,4 @@
# NOTE: 1.12.0 and later enable support for metadata 2.4
# NOTE: This can be dropped once twine stops using pkginfo
# Ref: https://github.com/pypa/twine/pull/1180
pkginfo ~= 1.12.0
pkginfo >= 1.12.0

View file

@ -1,6 +1,7 @@
-c runtime-constraints.in # limits known broken versions
twine ~= 6.0
# NOTE: v6 is needed to support metadata v2.4
twine >= 6.0
# NOTE: Used to detect an ambient OIDC credential for OIDC publishing,
# NOTE: as well as PEP 740 attestations.