dev-lang/swift: disable py3.6, py3.7, py3.8, py3.9

Signed-off-by: Itai Ferber <itai@itaiferber.net>
This commit is contained in:
Itai Ferber 2024-08-10 11:53:40 -04:00
parent 42992f2982
commit 62e1a683e7
No known key found for this signature in database
GPG Key ID: 39E67F4ECE95ED64

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{6..13} )
PYTHON_COMPAT=( python3_{10..13} )
inherit python-single-r1
DESCRIPTION="A high-level, general-purpose, multi-paradigm, compiled programming language"
@ -79,6 +79,7 @@ RDEPEND="
"
BDEPEND="
${PYTHON_DEPS}
>=dev-util/patchelf-0.18
>=sys-apps/coreutils-9
"