commit: 47ca863df144280bf02c6228529c55cdee114d5d
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 19:34:30 2024 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 19:34:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ca863d
dev-python/pytest-salt-factories: enable py3.11
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
.../pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild
b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild
index 2f686d16d9bf..9eb29db8c3e8 100644
--- a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild
+++ b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc29.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_1{0..1} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1