From 5f561f127a0b0c574d44507cce068f12f18ac83a Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 13 Apr 2024 12:22:48 -0400 Subject: [PATCH] dev-python/base58: enable py3.12 Signed-off-by: Julien Roy --- dev-python/base58/base58-2.1.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/base58/base58-2.1.1-r1.ebuild b/dev-python/base58/base58-2.1.1-r1.ebuild index 5ba205fa5d..3a4300bafd 100644 --- a/dev-python/base58/base58-2.1.1-r1.ebuild +++ b/dev-python/base58/base58-2.1.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi