commit: 7a94b3df4d0df386129460a3bee2a7a00d5e4435 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 14 10:02:12 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 14 10:03:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a94b3df
dev-python/PySocks: Enable py3.13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/PySocks/PySocks-1.7.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PySocks/PySocks-1.7.1-r2.ebuild b/dev-python/PySocks/PySocks-1.7.1-r2.ebuild index dee394271fcc..eb503cb2a644 100644 --- a/dev-python/PySocks/PySocks-1.7.1-r2.ebuild +++ b/dev-python/PySocks/PySocks-1.7.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # please keep this ebuild at EAPI 7 -- sys-apps/portage dep @@ -6,7 +6,7 @@ EAPI=7 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 pypi