diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-12-14 11:31:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-12-14 13:29:23 +0100 |
commit | c782df55176e6453946f99198aebf5b0cb985cdf (patch) | |
tree | 2f72288b5c3cfe5a98fe555e40f1406a0654b3e2 | |
parent | dev-python/httpretty: Remove eventlet test dep (diff) | |
download | gentoo-c782df55176e6453946f99198aebf5b0cb985cdf.tar.gz gentoo-c782df55176e6453946f99198aebf5b0cb985cdf.tar.bz2 gentoo-c782df55176e6453946f99198aebf5b0cb985cdf.zip |
dev-python/httpretty: Tested on py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/httpretty/httpretty-1.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpretty/httpretty-1.1.4.ebuild b/dev-python/httpretty/httpretty-1.1.4.ebuild index 65a13e0c7745..ebb43b2a8e5d 100644 --- a/dev-python/httpretty/httpretty-1.1.4.ebuild +++ b/dev-python/httpretty/httpretty-1.1.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="HTTP client mock for Python" |