diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-16 00:25:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-16 12:00:58 +0100 |
commit | c8fe5cf8c4e66207bf8995a62423bc783770a170 (patch) | |
tree | dcb61f251533da9d9ad264f44326423bb8ef2818 /dev-python/unittest-mixins | |
parent | dev-python/mock: Enable py3.8 (diff) | |
download | gentoo-c8fe5cf8c4e66207bf8995a62423bc783770a170.tar.gz gentoo-c8fe5cf8c4e66207bf8995a62423bc783770a170.tar.bz2 gentoo-c8fe5cf8c4e66207bf8995a62423bc783770a170.zip |
dev-python/unittest-mixins: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unittest-mixins')
-rw-r--r-- | dev-python/unittest-mixins/unittest-mixins-1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild b/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild index 344d34e7805e..934fec827b8a 100644 --- a/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild +++ b/dev-python/unittest-mixins/unittest-mixins-1.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} ) inherit distutils-r1 |