From 3fa0b09e3e44d0e15e0f9dee059c175342b6d993 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Mon, 1 Jul 2024 10:51:45 +0300 Subject: [PATCH] dev-python/aspectlib: enable py3.13 Signed-off-by: Alfred Wingate --- dev-python/aspectlib/aspectlib-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/aspectlib/aspectlib-2.0.0.ebuild b/dev-python/aspectlib/aspectlib-2.0.0.ebuild index 5fca4d8..141da38 100644 --- a/dev-python/aspectlib/aspectlib-2.0.0.ebuild +++ b/dev-python/aspectlib/aspectlib-2.0.0.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 DESCRIPTION="An aspect-oriented programming, monkey-patch and decorators library."