diff options
author | 2022-11-02 18:26:37 -0700 | |
---|---|---|
committer | 2022-11-02 18:27:08 -0700 | |
commit | 2ae48d044e69f68028ea762cde77d04bb91ebc7c (patch) | |
tree | 6f188cef430492a9fc5373d15bb46ca956fd1341 /dev-python/ioflo | |
parent | sys-devel/autoconf: further Clang 16 patches for autoconf 2.13 (diff) | |
download | gentoo-2ae48d044e69f68028ea762cde77d04bb91ebc7c.tar.gz gentoo-2ae48d044e69f68028ea762cde77d04bb91ebc7c.tar.bz2 gentoo-2ae48d044e69f68028ea762cde77d04bb91ebc7c.zip |
dev-python/ioflo: disable py3.11
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/ioflo')
-rw-r--r-- | dev-python/ioflo/ioflo-2.0.2-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |