summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:36:57 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 20:38:48 +0200
commite84c047a48704ee67652e689f2156b7fdb0d2f94 (patch)
tree5b74a63c00b787b91a97ffda5b05c5046f0ca800 /dev-python/xcffib
parentdev-python/wsaccel: Enable py3.10 (diff)
downloadgentoo-e84c047a48704ee67652e689f2156b7fdb0d2f94.tar.gz
gentoo-e84c047a48704ee67652e689f2156b7fdb0d2f94.tar.bz2
gentoo-e84c047a48704ee67652e689f2156b7fdb0d2f94.zip
dev-python/xcffib: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xcffib')
-rw-r--r--dev-python/xcffib/xcffib-0.11.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xcffib/xcffib-0.11.1.ebuild b/dev-python/xcffib/xcffib-0.11.1.ebuild
index 61612529c9bd..60c1ed82f7c0 100644
--- a/dev-python/xcffib/xcffib-0.11.1.ebuild
+++ b/dev-python/xcffib/xcffib-0.11.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1