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:
Ian Jordan
2024-11-15 03:24:11 +00:00
committed by Zac Medico
parent 3d0e7ca9d5
commit a7405fd717
2 changed files with 2 additions and 2 deletions

View File

@@ -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}

View File

@@ -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}