commit:     0f5686902aac7533de743c597782f9b581d36556
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 10:04:31 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat May 14 10:04:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f568690

net-proxy/mitmproxy: enable py3.10

Closes: https://bugs.gentoo.org/831013
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 net-proxy/mitmproxy/mitmproxy-7.0.4.ebuild | 4 ++--
 net-proxy/mitmproxy/mitmproxy-8.0.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-proxy/mitmproxy/mitmproxy-7.0.4.ebuild 
b/net-proxy/mitmproxy/mitmproxy-7.0.4.ebuild
index 69d150f29461..1c941837097b 100644
--- a/net-proxy/mitmproxy/mitmproxy-7.0.4.ebuild
+++ b/net-proxy/mitmproxy/mitmproxy-7.0.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 PYTHON_REQ_USE="sqlite"
 inherit distutils-r1
 

diff --git a/net-proxy/mitmproxy/mitmproxy-8.0.0.ebuild 
b/net-proxy/mitmproxy/mitmproxy-8.0.0.ebuild
index 840a63b77041..f8b403ee6b30 100644
--- a/net-proxy/mitmproxy/mitmproxy-8.0.0.ebuild
+++ b/net-proxy/mitmproxy/mitmproxy-8.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 PYTHON_REQ_USE="sqlite"
 inherit distutils-r1
 

Reply via email to