dev-python/dnspython: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 17:00:34 +0000 (19:00 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 18:09:43 +0000 (20:09 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/dnspython/dnspython-1.16.0-r1.ebuild

index 8de675f2314ccee3507626ffa150eec1f378f55b..c1a63e4d0e3df1ae94ed4fe68c5d8287a1f93dac 100644 (file)
@@ -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