From e5f2bc68da079a1100ef103624fefdbd2098ca9e Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 17 Jan 2025 18:09:22 +0200 Subject: [PATCH] dev-python/bpython: enable py3.13 Signed-off-by: Arthur Zamarin --- dev-python/bpython/bpython-0.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bpython/bpython-0.25.ebuild b/dev-python/bpython/bpython-0.25.ebuild index 2e657c0f33149..b6073f6d348bc 100644 --- a/dev-python/bpython/bpython-0.25.ebuild +++ b/dev-python/bpython/bpython-0.25.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi