dev-python/unittest-mixins: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 12:42:12 +0000 (14:42 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 12:58:31 +0000 (14:58 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/unittest-mixins/unittest-mixins-1.6.ebuild

index 65f635f60cd35f4c5b7c707210ae4492227591dd..d543386581b076f9bf5a7e3d55bc080d411f6931 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1