commit: 16fc4b566caf3e7bccf2fc5d115f41e39c9e995a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 4 02:16:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 4 02:16:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fc4b56
dev-python/ioflo: disable py3.10
Salt (and therefore dev-python/pytest-salt-factories) lack Python 3.10
for now so we can't have Python 3.10 here for the time being.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/ioflo/ioflo-2.0.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/ioflo/ioflo-2.0.2-r1.ebuild
b/dev-python/ioflo/ioflo-2.0.2-r1.ebuild
index ca18987e2fa3..4042046fb8bf 100644
--- a/dev-python/ioflo/ioflo-2.0.2-r1.ebuild
+++ b/dev-python/ioflo/ioflo-2.0.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=(python3_{7..10})
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="Automated Reasoning Engine and Flow Based Programming Framework"