summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-26 14:42:12 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-26 14:58:31 +0200
commit5a617b49c6db2bb38564c9dd801bb5aa25e8abee (patch)
treef0c5d2de9ccb0cd13f20e003b05f504755216682 /dev-python/unittest-mixins/unittest-mixins-1.6.ebuild
parentdev-python/pytest: Add missing test-dep on pygments (diff)
downloadgentoo-5a617b49c6db2bb38564c9dd801bb5aa25e8abee.tar.gz
gentoo-5a617b49c6db2bb38564c9dd801bb5aa25e8abee.tar.bz2
gentoo-5a617b49c6db2bb38564c9dd801bb5aa25e8abee.zip
dev-python/unittest-mixins: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/unittest-mixins/unittest-mixins-1.6.ebuild')
-rw-r--r--dev-python/unittest-mixins/unittest-mixins-1.6.ebuild2
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 65f635f60cd3..d543386581b0 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_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit distutils-r1