dev-python/resolvelib: Sync with Gentoo

It's from Gentoo commit feeab0b4c5741fddbe39ebf508aed508e19d900a.
This commit is contained in:
Flatcar Buildbot 2025-06-16 07:09:07 +00:00 committed by Krzesimir Nowak
parent 6450d33e14
commit 4642a5ac01
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# Copyright 2021-2024 Gentoo Authors
# Copyright 2021-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} pypy3 )
PYTHON_COMPAT=( python3_{11..14} pypy3 )
inherit distutils-r1

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
inherit distutils-r1