commit: cff1c35999a87368b0bd39657dee0009ab4760b6 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun May 22 15:46:14 2022 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun May 22 15:46:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff1c359
dev-python/socketio-client: enable py3.10 Closes: https://bugs.gentoo.org/845873 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-python/socketio-client/socketio-client-0.7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/socketio-client/socketio-client-0.7.2.ebuild b/dev-python/socketio-client/socketio-client-0.7.2.ebuild index 3f722105510b..85244b087217 100644 --- a/dev-python/socketio-client/socketio-client-0.7.2.ebuild +++ b/dev-python/socketio-client/socketio-client-0.7.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1
