diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-17 20:29:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-17 20:40:43 +0200 |
commit | edd821e59eb31836c11ab60686efdacd5c830b86 (patch) | |
tree | 35f1608e0d4bb1eb7717d5eb5b21667400af9f21 /dev-python/ipython_genutils | |
parent | dev-python/intervaltree: Enable py3.13 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/ipython_genutils')
-rw-r--r-- | dev-python/ipython_genutils/ipython_genutils-0.2.0-r4.ebuild | 4 |
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 |