diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-25 21:41:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-25 21:48:07 +0200 |
commit | b87a248924e5f3af5f4494ac49588aeeeaf0815f (patch) | |
tree | a285b9525649336638c5eb976f44669835503e38 /dev-python/service_identity | |
parent | dev-python/pyopenssl: Port to py3.9 (diff) | |
download | gentoo-b87a248924e5f3af5f4494ac49588aeeeaf0815f.tar.gz gentoo-b87a248924e5f3af5f4494ac49588aeeeaf0815f.tar.bz2 gentoo-b87a248924e5f3af5f4494ac49588aeeeaf0815f.zip |
dev-python/service_identity: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/service_identity')
-rw-r--r-- | dev-python/service_identity/service_identity-18.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/service_identity/service_identity-18.1.0.ebuild b/dev-python/service_identity/service_identity-18.1.0.ebuild index 45f22445d0ae..43dea76bb118 100644 --- a/dev-python/service_identity/service_identity-18.1.0.ebuild +++ b/dev-python/service_identity/service_identity-18.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 ) inherit distutils-r1 |