commit: 21dc452dc7b83807a7026c7c2c3a5bc9c0895e88
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 6 16:16:26 2024 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Mar 6 17:37:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21dc452d
dev-python/pytest-testinfra: enable py3.12
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
dev-python/pytest-testinfra/pytest-testinfra-10.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-testinfra/pytest-testinfra-10.1.0.ebuild
b/dev-python/pytest-testinfra/pytest-testinfra-10.1.0.ebuild
index db08d1a55662..382fca67b309 100644
--- a/dev-python/pytest-testinfra/pytest-testinfra-10.1.0.ebuild
+++ b/dev-python/pytest-testinfra/pytest-testinfra-10.1.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi