dev-python/u-msgpack: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 16:05:00 +0000 (18:05 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 16:23:32 +0000 (18:23 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/u-msgpack/u-msgpack-2.5.2.ebuild

index 12301d106bddbd92918dc9d9cb9034d5d453782e..74629fa79f8d24eae0e84cac24b783d7704bcc38 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1