mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/catalyst: enable py3.13
Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39324 Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
@@ -15,7 +15,7 @@ else
|
||||
S="${WORKDIR}/${MY_P/_/-}"
|
||||
fi
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1 linux-info optfeature tmpfiles ${SRC_ECLASS}
|
||||
|
||||
@@ -15,7 +15,7 @@ else
|
||||
S="${WORKDIR}/${MY_P/_/-}"
|
||||
fi
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..12} )
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1 linux-info optfeature tmpfiles ${SRC_ECLASS}
|
||||
|
||||
Reference in New Issue
Block a user