summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-20 15:59:35 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-20 22:12:17 +0200
commit70ecea40dd297878729e1012486f5385cb01434b (patch)
treeb1d45e9c1002ce2e6660255993c811c5449d3b04 /dev-python
parentdev-python/flask: asgiref is now py3.10 happy (diff)
downloadgentoo-70ecea40dd297878729e1012486f5385cb01434b.tar.gz
gentoo-70ecea40dd297878729e1012486f5385cb01434b.tar.bz2
gentoo-70ecea40dd297878729e1012486f5385cb01434b.zip
dev-python/msgpack: bump to python 3.10
passes tests Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/msgpack/msgpack-1.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/msgpack/msgpack-1.0.2.ebuild b/dev-python/msgpack/msgpack-1.0.2.ebuild
index b13aa71145e7..b1c1d22e10dc 100644
--- a/dev-python/msgpack/msgpack-1.0.2.ebuild
+++ b/dev-python/msgpack/msgpack-1.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1