diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-25 21:41:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-25 21:48:07 +0200 |
commit | 80b465321c55a154d2dde352fde2fa17c1f491e5 (patch) | |
tree | 05c9448e77d983bcaf0483a292d7bf9019a84dbe /dev-python/trustme | |
parent | dev-python/service_identity: Port to py3.9 (diff) | |
download | gentoo-80b465321c55a154d2dde352fde2fa17c1f491e5.tar.gz gentoo-80b465321c55a154d2dde352fde2fa17c1f491e5.tar.bz2 gentoo-80b465321c55a154d2dde352fde2fa17c1f491e5.zip |
dev-python/trustme: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/trustme')
-rw-r--r-- | dev-python/trustme/trustme-0.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/trustme/trustme-0.6.0.ebuild b/dev-python/trustme/trustme-0.6.0.ebuild index 4987cd10753f..1fe0382cafda 100644 --- a/dev-python/trustme/trustme-0.6.0.ebuild +++ b/dev-python/trustme/trustme-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7,3_8} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 ) inherit distutils-r1 DESCRIPTION="#1 quality TLS certs while you wait, for the discerning tester" |