commit: 28a6285116c69d63c82caa3beac2e57a8e561610
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 17:07:32 2023 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 17:07:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a62851
dev-python/pytest-salt-factories: disable py3.11
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
.../pytest-salt-factories/pytest-salt-factories-1.0.0_rc23.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc23.ebuild
b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc23.ebuild
index f3b617e2bc39..23dfb52c250c 100644
--- a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc23.ebuild
+++ b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc23.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_10 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1