summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:59:14 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:59:14 +0300
commita9257cd1cd1ab257dc2cdf8a85a913746ae628ae (patch)
tree35965783c1ee7ac5fceeab94ee5a69b1a274a999 /dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
parentdev-python/pytest-datadir: enable py3.12 (diff)
downloadgentoo-a9257cd1cd1ab257dc2cdf8a85a913746ae628ae.tar.gz
gentoo-a9257cd1cd1ab257dc2cdf8a85a913746ae628ae.tar.bz2
gentoo-a9257cd1cd1ab257dc2cdf8a85a913746ae628ae.zip
dev-python/pytest-lazy-fixture: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild')
-rw-r--r--dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
index 8355f1b2f2e0..7088080bf410 100644
--- a/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
+++ b/dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi