summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 20:29:32 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 20:40:43 +0200
commitedd821e59eb31836c11ab60686efdacd5c830b86 (patch)
tree35f1608e0d4bb1eb7717d5eb5b21667400af9f21
parentdev-python/intervaltree: Enable py3.13 (diff)
downloadgentoo-edd821e59eb31836c11ab60686efdacd5c830b86.tar.gz
gentoo-edd821e59eb31836c11ab60686efdacd5c830b86.tar.bz2
gentoo-edd821e59eb31836c11ab60686efdacd5c830b86.zip
dev-python/ipython_genutils: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
index f25bd3446f45..95009cf0bf6d 100644
--- a/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild
+++ b/dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.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=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi