diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-26 19:00:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-26 20:09:43 +0200 |
commit | 247917d6de5c5da443acde1913262a48c78115df (patch) | |
tree | fa1441fec84f83179af0c833ee13938ae951083d /dev-python/dnspython | |
parent | dev-python/pycryptodome: Port to py39 (diff) | |
download | gentoo-247917d6de5c5da443acde1913262a48c78115df.tar.gz gentoo-247917d6de5c5da443acde1913262a48c78115df.tar.bz2 gentoo-247917d6de5c5da443acde1913262a48c78115df.zip |
dev-python/dnspython: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dnspython')
-rw-r--r-- | dev-python/dnspython/dnspython-1.16.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dnspython/dnspython-1.16.0-r1.ebuild b/dev-python/dnspython/dnspython-1.16.0-r1.ebuild index 8de675f2314c..c1a63e4d0e3d 100644 --- a/dev-python/dnspython/dnspython-1.16.0-r1.ebuild +++ b/dev-python/dnspython/dnspython-1.16.0-r1.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 |