summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-14 17:00:53 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-14 17:28:06 +0200
commit653d6a9da713e0febce230e1c50b173c5b00adb6 (patch)
treef9e2202ffd462e0078430cb3a3d970631432d3e5 /dev-python/IPy/IPy-1.01-r1.ebuild
parentdev-libs/tree-sitter: drop 0.20.8, 0.20.8-r1 (diff)
downloadgentoo-653d6a9da713e0febce230e1c50b173c5b00adb6.tar.gz
gentoo-653d6a9da713e0febce230e1c50b173c5b00adb6.tar.bz2
gentoo-653d6a9da713e0febce230e1c50b173c5b00adb6.zip
dev-python/IPy: Enable py3.12
Closes: https://bugs.gentoo.org/929459 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/IPy/IPy-1.01-r1.ebuild')
-rw-r--r--dev-python/IPy/IPy-1.01-r1.ebuild5
1 files 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