diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:47:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:47:31 +0200 |
commit | 3353f0ce11a82bbcca43a38eb2860669cb1df06f (patch) | |
tree | 9e3e18709658249a0d3ee03324adff8186d0ea54 /dev-python/httmock | |
parent | dev-python/graphviz: Enable py3.10 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |