From 6d070fa2bde1dd80b91acc915d3bb34dc9a00526 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 13 Apr 2024 12:02:29 -0400 Subject: [PATCH] dev-python/ascim: enable py3.12 Signed-off-by: Julien Roy --- dev-python/ascim/ascim-0.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ascim/ascim-0.1.1.ebuild b/dev-python/ascim/ascim-0.1.1.ebuild index 7644c33335..491626218e 100644 --- a/dev-python/ascim/ascim-0.1.1.ebuild +++ b/dev-python/ascim/ascim-0.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1