summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:01:24 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:01:24 +0300
commita6e7e485774a0a54e2429fd00fb88d3e9ef3a008 (patch)
treead70789a890f398fef1a7a48cf3597d798a36351 /dev-python/pytest-param-files
parentdev-python/pytest-helpers-namespace: enable py3.12 (diff)
downloadgentoo-a6e7e485774a0a54e2429fd00fb88d3e9ef3a008.tar.gz
gentoo-a6e7e485774a0a54e2429fd00fb88d3e9ef3a008.tar.bz2
gentoo-a6e7e485774a0a54e2429fd00fb88d3e9ef3a008.zip
dev-python/pytest-param-files: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-param-files')
-rw-r--r--dev-python/pytest-param-files/pytest-param-files-0.3.5.ebuild2
1 files changed, 1 insertions, 1 deletions
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