From de6b5e3a9abfe1ccd34afb0f42b51d86891abbd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 28 Oct 2024 19:32:28 +0100 Subject: [PATCH] dev-python/pydevd: Enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pydevd/pydevd-3.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pydevd/pydevd-3.2.2.ebuild b/dev-python/pydevd/pydevd-3.2.2.ebuild index 01897d0853848..3d8ea9dc8fdbd 100644 --- a/dev-python/pydevd/pydevd-3.2.2.ebuild +++ b/dev-python/pydevd/pydevd-3.2.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 toolchain-funcs