dev-util/catalyst: Remove py3.11

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny 2025-12-21 18:50:10 +01:00
parent bcdf162b13
commit db04da3b0b
No known key found for this signature in database
GPG Key ID: 8E32347AF4055AE8
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -15,7 +15,7 @@ else
S="${WORKDIR}/${MY_P/_/-}"
fi
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{12..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_{10..13} )
PYTHON_COMPAT=( python3_{12..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_{10..13} )
PYTHON_COMPAT=( python3_{12..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_{10..13} )
PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 linux-info optfeature tmpfiles ${SRC_ECLASS}