summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-10 20:26:23 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-10 21:30:46 +0200
commit8804a0ffe6f10aab0197ba54ba3aa2a921e32e63 (patch)
tree27ffe4ed6576233d505a2c01fc2012eb90453a80 /dev-python/whatever
parentdev-python/whatever: Add python@ as co-maint. (diff)
downloadgentoo-8804a0ffe6f10aab0197ba54ba3aa2a921e32e63.tar.gz
gentoo-8804a0ffe6f10aab0197ba54ba3aa2a921e32e63.tar.bz2
gentoo-8804a0ffe6f10aab0197ba54ba3aa2a921e32e63.zip
dev-python/whatever: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/whatever')
-rw-r--r--dev-python/whatever/whatever-0.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild
index d658858e1c31..39d60803512a 100644
--- a/dev-python/whatever/whatever-0.6.ebuild
+++ b/dev-python/whatever/whatever-0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="A collection of fancy functional tools focused on practicality"