diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-05-22 08:46:14 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-05-22 08:46:19 -0700 |
commit | cff1c35999a87368b0bd39657dee0009ab4760b6 (patch) | |
tree | 938c441e49ff776bad4b25e59dbf38b211d55377 /dev-python/socketio-client | |
parent | dev-python/socketio-client-nexus: enable py3.10 (diff) | |
download | gentoo-cff1c35999a87368b0bd39657dee0009ab4760b6.tar.gz gentoo-cff1c35999a87368b0bd39657dee0009ab4760b6.tar.bz2 gentoo-cff1c35999a87368b0bd39657dee0009ab4760b6.zip |
dev-python/socketio-client: enable py3.10
Closes: https://bugs.gentoo.org/845873
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/socketio-client')
-rw-r--r-- | dev-python/socketio-client/socketio-client-0.7.2.ebuild | 4 |
1 files 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 |