commit: 61225d41788e334a6951ac9e30f11fb11d744d8f
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 00:28:34 2020 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 00:28:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61225d41
dev-python/aiodns: PYTHON_COMPAT+=(python3_9)
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-python/aiodns/aiodns-2.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
index 8553565e66d..454882ebac9 100644
--- a/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
+++ b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1