summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 15:47:31 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 15:47:31 +0200
commit3353f0ce11a82bbcca43a38eb2860669cb1df06f (patch)
tree9e3e18709658249a0d3ee03324adff8186d0ea54 /dev-python/httmock
parentdev-python/graphviz: Enable py3.10 (diff)
downloadgentoo-3353f0ce11a82bbcca43a38eb2860669cb1df06f.tar.gz
gentoo-3353f0ce11a82bbcca43a38eb2860669cb1df06f.tar.bz2
gentoo-3353f0ce11a82bbcca43a38eb2860669cb1df06f.zip
dev-python/httmock: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httmock')
-rw-r--r--dev-python/httmock/httmock-1.4.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httmock/httmock-1.4.0.ebuild b/dev-python/httmock/httmock-1.4.0.ebuild
index 58f0ae3fc225..526cd9c48a3a 100644
--- a/dev-python/httmock/httmock-1.4.0.ebuild
+++ b/dev-python/httmock/httmock-1.4.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1