commit:     653d6a9da713e0febce230e1c50b173c5b00adb6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 15:00:53 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:28:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=653d6a9d

dev-python/IPy: Enable py3.12

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

 dev-python/IPy/IPy-1.01-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/IPy/IPy-1.01-r1.ebuild 
b/dev-python/IPy/IPy-1.01-r1.ebuild
index f03cdaf62f4a..c2987fa5b72a 100644
--- a/dev-python/IPy/IPy-1.01-r1.ebuild
+++ b/dev-python/IPy/IPy-1.01-r1.ebuild
@@ -1,11 +1,12 @@
-# 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
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 

Reply via email to