From 6ba6347046ee582a6b7ba697e692944560cfc7c9 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 4 Aug 2023 04:41:12 +0200 Subject: dev-python/gsd: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/gsd/gsd-3.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/gsd') diff --git a/dev-python/gsd/gsd-3.1.1.ebuild b/dev-python/gsd/gsd-3.1.1.ebuild index c9851b2e7559..444a21d246d2 100644 --- a/dev-python/gsd/gsd-3.1.1.ebuild +++ b/dev-python/gsd/gsd-3.1.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad