summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-30 08:44:25 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-30 09:12:06 +0200
commit4b3dc2328e3f321e94050640875505ab66cd9d7c (patch)
tree11311dce4a6b43d540d1229962b6020640fc657a /dev-python/snakeoil/snakeoil-9999.ebuild
parentdev-python/isort: Keyword 4.3.21_p2-r1 ppc64, #702190 (diff)
downloadgentoo-4b3dc2328e3f321e94050640875505ab66cd9d7c.tar.gz
gentoo-4b3dc2328e3f321e94050640875505ab66cd9d7c.tar.bz2
gentoo-4b3dc2328e3f321e94050640875505ab66cd9d7c.zip
dev-python/snakeoil: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/snakeoil/snakeoil-9999.ebuild')
-rw-r--r--dev-python/snakeoil/snakeoil-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/snakeoil/snakeoil-9999.ebuild b/dev-python/snakeoil/snakeoil-9999.ebuild
index 1b7261487c4b..68c9d1509604 100644
--- a/dev-python/snakeoil/snakeoil-9999.ebuild
+++ b/dev-python/snakeoil/snakeoil-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1