diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-05-22 08:41:01 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-05-22 08:41:52 -0700 |
commit | 649a3a2480105dab3460429b6634014c257e0441 (patch) | |
tree | f14e9916be071d521ba226a1b6a94fa579c383ee /dev-python/socketio-client-nexus | |
parent | sys-devel/gcc: add 12.1.1_pre20220521 (diff) | |
download | gentoo-649a3a2480105dab3460429b6634014c257e0441.tar.gz gentoo-649a3a2480105dab3460429b6634014c257e0441.tar.bz2 gentoo-649a3a2480105dab3460429b6634014c257e0441.zip |
dev-python/socketio-client-nexus: enable py3.10
Closes: https://bugs.gentoo.org/845876
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/socketio-client-nexus')
-rw-r--r-- | dev-python/socketio-client-nexus/socketio-client-nexus-0.7.6.ebuild | 4 |
1 files 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 1a81504b2899..1e9dbbc00dba 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-2021 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 MY_PN="socketIO-client-nexus" |