summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:07:36 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 20:10:30 +0200
commitfe234f72ad61969c30fdef35f70a83d276acbd7c (patch)
treeadeeb17bc668e5d4d136b1f5a6b6efc550c35514
parentdev-python/rarfile: Enable py3.10 (diff)
downloadgentoo-fe234f72ad61969c30fdef35f70a83d276acbd7c.tar.gz
gentoo-fe234f72ad61969c30fdef35f70a83d276acbd7c.tar.bz2
gentoo-fe234f72ad61969c30fdef35f70a83d276acbd7c.zip
dev-python/rebulk: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/rebulk/rebulk-3.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rebulk/rebulk-3.0.1.ebuild b/dev-python/rebulk/rebulk-3.0.1.ebuild
index 98ee604172ff..40d18384be6f 100644
--- a/dev-python/rebulk/rebulk-3.0.1.ebuild
+++ b/dev-python/rebulk/rebulk-3.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1