commit: a6e7e485774a0a54e2429fd00fb88d3e9ef3a008
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 21:01:24 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May 26 21:01:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e7e485
dev-python/pytest-param-files: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pytest-param-files/pytest-param-files-0.3.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pytest-param-files/pytest-param-files-0.3.5.ebuild
b/dev-python/pytest-param-files/pytest-param-files-0.3.5.ebuild
index e659cafe5e0d..3881f69168ec 100644
--- a/dev-python/pytest-param-files/pytest-param-files-0.3.5.ebuild
+++ b/dev-python/pytest-param-files/pytest-param-files-0.3.5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1