diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-07-19 17:28:34 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-07-19 17:28:34 -0700 |
commit | 61225d41788e334a6951ac9e30f11fb11d744d8f (patch) | |
tree | 990552dadaf9b8cea8e72fd85bffefea4951609c /dev-python/aiodns | |
parent | dev-python/pycares: PYTHON_COMPAT+=(python3_9) (diff) | |
download | gentoo-61225d41788e334a6951ac9e30f11fb11d744d8f.tar.gz gentoo-61225d41788e334a6951ac9e30f11fb11d744d8f.tar.bz2 gentoo-61225d41788e334a6951ac9e30f11fb11d744d8f.zip |
dev-python/aiodns: PYTHON_COMPAT+=(python3_9)
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/aiodns')
-rw-r--r-- | dev-python/aiodns/aiodns-2.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aiodns/aiodns-2.0.0-r1.ebuild b/dev-python/aiodns/aiodns-2.0.0-r1.ebuild index 8553565e66da..454882ebac99 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 |