commit:     a0e24eddd43528762821a41be629ecdb14167739
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 28 15:23:47 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 28 15:27:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e24edd

app-text/xml2rfc: Enable py3.12

Closes: https://bugs.gentoo.org/929370
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/xml2rfc/xml2rfc-3.18.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild 
b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
index 4e0aa2aed4e5..de4584d36aff 100644
--- a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
+++ b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-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_{10..12} )
 
 inherit distutils-r1
 

Reply via email to