summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-04 02:16:20 +0000
committerSam James <sam@gentoo.org>2021-12-04 02:16:24 +0000
commit16fc4b566caf3e7bccf2fc5d115f41e39c9e995a (patch)
tree5fc181ce0e3da2e8a3419c16c7b20adcda5291a6 /dev-python/ioflo
parentdev-python/pytest-salt-factories: disable py3.10 (diff)
downloadgentoo-16fc4b566caf3e7bccf2fc5d115f41e39c9e995a.tar.gz
gentoo-16fc4b566caf3e7bccf2fc5d115f41e39c9e995a.tar.bz2
gentoo-16fc4b566caf3e7bccf2fc5d115f41e39c9e995a.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/ioflo')
-rw-r--r--dev-python/ioflo/ioflo-2.0.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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"