Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-salt-factories/
Date: Thu, 03 Nov 2022 01:27:15
Message-Id: 1667438829.0a1090fefc51f81e0302e56062b0b65fe6d3070e.chutzpah@gentoo
1 commit: 0a1090fefc51f81e0302e56062b0b65fe6d3070e
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 01:27:01 2022 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 01:27:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1090fe
7
8 dev-python/pytest-salt-factories: disable py3.11
9
10 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
11
12 .../pytest-salt-factories/pytest-salt-factories-1.0.0_rc20-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 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
16 index 9c7b42c4dcc6..fbe06ce4f14a 100644
17 --- a/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc20-r1.ebuild
18 +++ b/dev-python/pytest-salt-factories/pytest-salt-factories-1.0.0_rc20-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -PYTHON_COMPAT=( python3_{8..11} )
24 +PYTHON_COMPAT=( python3_{8..10} )
25 DISTUTILS_USE_PEP517=setuptools
26 inherit distutils-r1