summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2022-11-02 18:27:01 -0700
committerPatrick McLean <chutzpah@gentoo.org>2022-11-02 18:27:09 -0700
commit0a1090fefc51f81e0302e56062b0b65fe6d3070e (patch)
tree08772c5a61f88bbc88cf4b32386b3c342c39c03f
parentdev-python/ioflo: disable py3.11 (diff)
downloadgentoo-0a1090fe.tar.gz
gentoo-0a1090fe.tar.bz2
gentoo-0a1090fe.zip
dev-python/pytest-salt-factories: disable py3.11
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
-rw-r--r--dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc20-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc20-r1.ebuild b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc20-r1.ebuild
index 9c7b42c4dcc6..fbe06ce4f14a 100644
--- a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc20-r1.ebuild
+++ b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc20-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1