From 86a2283440c20489a17fa899095d8aaf9b084066 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Wed, 3 Apr 2024 21:21:44 -0500 Subject: dev-python/casttube: enable py3.12 Signed-off-by: Matthew Thode --- dev-python/casttube/casttube-0.2.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/casttube') diff --git a/dev-python/casttube/casttube-0.2.1-r1.ebuild b/dev-python/casttube/casttube-0.2.1-r1.ebuild index f094dffdcbbe..f9d30c9c98f3 100644 --- a/dev-python/casttube/casttube-0.2.1-r1.ebuild +++ b/dev-python/casttube/casttube-0.2.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 pypi -- cgit v1.2.3-65-gdbad