summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-06 12:11:53 +0100
committerMichał Górny <mgorny@gentoo.org>2021-05-06 20:44:42 +0200
commitfd5015c23a74daa25100dbc13c10c9a898c29248 (patch)
tree6a17781529c8758b54bcaeb882bfadef62785f31
parentdev-python/colorama: Port to python3.10 (diff)
downloadgentoo-fd5015c2.tar.gz
gentoo-fd5015c2.tar.bz2
gentoo-fd5015c2.zip
dev-python/characteristic: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/characteristic/characteristic-14.3.0-r3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/characteristic/characteristic-14.3.0-r3.ebuild b/dev-python/characteristic/characteristic-14.3.0-r3.ebuild
index a1eb0a58239b..97906c627df9 100644
--- a/dev-python/characteristic/characteristic-14.3.0-r3.ebuild
+++ b/dev-python/characteristic/characteristic-14.3.0-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1