removed support for python3.13

This commit is contained in:
Florian Schroegendorfer 2024-06-03 21:27:30 +02:00
parent 9b339fc9f0
commit d13e4c0d99
Signed by: root
GPG Key ID: 17625E28D4D6E339

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} pypy3 )
PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 git-r3
DESCRIPTION="Custom Gentoo EFI stub kernel updater"