commit: 5f561f127a0b0c574d44507cce068f12f18ac83a
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 16:22:48 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 17:09:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f561f12
dev-python/base58: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
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