diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-13 10:42:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-13 11:42:35 +0100 |
commit | dc32a1f43bb1a61368db491adeee8c04c94a15f6 (patch) | |
tree | 98c0cdb6dfd53e992fd508713e32d15b4cfab221 /virtual | |
parent | dev-python/mock: Fix tests (diff) | |
download | gentoo-dc32a1f43bb1a61368db491adeee8c04c94a15f6.tar.gz gentoo-dc32a1f43bb1a61368db491adeee8c04c94a15f6.tar.bz2 gentoo-dc32a1f43bb1a61368db491adeee8c04c94a15f6.zip |
virtual/python-funcsigs: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-funcsigs/python-funcsigs-2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild index b6aa912e0ce5..0104a230fbbb 100644 --- a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild +++ b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 ) inherit python-r1 |