commit: 2ae48d044e69f68028ea762cde77d04bb91ebc7c
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 3 01:26:37 2022 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 01:27:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae48d04
dev-python/ioflo: disable py3.11
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
dev-python/ioflo/ioflo-2.0.2-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ioflo/ioflo-2.0.2-r3.ebuild
b/dev-python/ioflo/ioflo-2.0.2-r3.ebuild
index 55c8c1744226..9a26bb1da6ea 100644
--- a/dev-python/ioflo/ioflo-2.0.2-r3.ebuild
+++ b/dev-python/ioflo/ioflo-2.0.2-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1