diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-01-22 23:51:00 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-01-23 00:40:17 +0100 |
commit | 70502dc4cedaa0fd943c145dec767ffb18c378f2 (patch) | |
tree | 6f6bb9b3bf39d9fcfe99ccf7c761c510377db20b /dev-python/pyhamcrest | |
parent | dev-python/constantly: add Python 3.8 support (diff) | |
download | gentoo-70502dc4cedaa0fd943c145dec767ffb18c378f2.tar.gz gentoo-70502dc4cedaa0fd943c145dec767ffb18c378f2.tar.bz2 gentoo-70502dc4cedaa0fd943c145dec767ffb18c378f2.zip |
dev-python/pyhamcrest: add Python 3.8 support
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/pyhamcrest')
-rw-r--r-- | dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild index 5fec9f66af47..37c195ef5829 100644 --- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild +++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit distutils-r1 |