diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2023-08-15 13:06:11 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2023-08-15 13:06:26 -0700 |
commit | b3ad4dfcdadf412e996b50342459b17d7c295157 (patch) | |
tree | a62032dbe1e20e762f0c01a93287e41ad8cc2e5b /dev-python/pytest-salt-factories | |
parent | dev-qt/qtwayland: drop 5.15.10-r1, 5.15.10-r2 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/pytest-salt-factories')
-rw-r--r-- | dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc25.ebuild | 2 |
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 |