summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2023-08-15 13:06:11 -0700
committerPatrick McLean <chutzpah@gentoo.org>2023-08-15 13:06:26 -0700
commitb3ad4dfcdadf412e996b50342459b17d7c295157 (patch)
treea62032dbe1e20e762f0c01a93287e41ad8cc2e5b
parentdev-qt/qtwayland: drop 5.15.10-r1, 5.15.10-r2 (diff)
downloadgentoo-b3ad4dfcdadf412e996b50342459b17d7c295157.tar.gz
gentoo-b3ad4dfcdadf412e996b50342459b17d7c295157.tar.bz2
gentoo-b3ad4dfcdadf412e996b50342459b17d7c295157.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_rc25.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc25.ebuild b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc25.ebuild
index 137c3280230d..96e8da584d36 100644
--- a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc25.ebuild
+++ b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc25.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_1{0..1} )
+PYTHON_COMPAT=( python3_10 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1