diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:19:18 +0100 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2019-12-30 22:54:08 +0100 |
commit | 73d1031223fb2d7915a50e6fca1f499f86a4f9cc (patch) | |
tree | 6cf22324dd5bd65204a15bec25f198867f499f4f /dev-python/unittest2 | |
parent | dev-python/reportlab-3.5.13-r1: python 3.8 support added. (diff) | |
download | gentoo-73d1031223fb2d7915a50e6fca1f499f86a4f9cc.tar.gz gentoo-73d1031223fb2d7915a50e6fca1f499f86a4f9cc.tar.bz2 gentoo-73d1031223fb2d7915a50e6fca1f499f86a4f9cc.zip |
dev-python/unittest2-1.1.0: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/unittest2')
-rw-r--r-- | dev-python/unittest2/unittest2-1.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/unittest2/unittest2-1.1.0.ebuild b/dev-python/unittest2/unittest2-1.1.0.ebuild index d35ab2c255c6..81b3972e161c 100644 --- a/dev-python/unittest2/unittest2-1.1.0.ebuild +++ b/dev-python/unittest2/unittest2-1.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit distutils-r1 |