From cadf39372566efa3b7920ff9c8685dc7d682e9c9 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 27 Mar 2025 17:37:08 -0700 Subject: [PATCH] dev-python/socketio-client-nexus: enable py3.13 Closes: https://bugs.gentoo.org/952372 Signed-off-by: Zac Medico --- .../socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild b/dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild index c0ac1784d36fb..2b0b7430ca295 100644 --- a/dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild +++ b/dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN="socketIO-client-nexus"