commit: 6d070fa2bde1dd80b91acc915d3bb34dc9a00526
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 16:02:29 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 16:02:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d070fa2
dev-python/ascim: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
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