Merge pull request #2351 from pentoo/updates20250528

make-pdf: remove python 3.14
This commit is contained in:
github-actions[bot] 2025-05-28 15:29:52 +00:00 committed by GitHub
commit ae7b3fffa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
PYTHON_COMPAT=( python3_{11..13} )
inherit python-r1 unpacker