diff options
author | Zac Medico <zmedico@gentoo.org> | 2020-07-19 17:17:59 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2020-07-19 17:22:08 -0700 |
commit | e946251ddc7c7cbbab9190c41469df9b9ff8dd5c (patch) | |
tree | e87e5de3cbbb294d55ad64bf8a4e35e80c113efe /dev-python/pycares | |
parent | dev-libs/libbase58: Correct my email address in metadata (diff) | |
download | gentoo-e946251ddc7c7cbbab9190c41469df9b9ff8dd5c.tar.gz gentoo-e946251ddc7c7cbbab9190c41469df9b9ff8dd5c.tar.bz2 gentoo-e946251ddc7c7cbbab9190c41469df9b9ff8dd5c.zip |
dev-python/pycares: 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/pycares')
-rw-r--r-- | dev-python/pycares/pycares-3.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycares/pycares-3.1.1.ebuild b/dev-python/pycares/pycares-3.1.1.ebuild index ea6355aa885a..89c387112e43 100644 --- a/dev-python/pycares/pycares-3.1.1.ebuild +++ b/dev-python/pycares/pycares-3.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |