diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-26 23:59:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-26 23:59:14 +0300 |
commit | a9257cd1cd1ab257dc2cdf8a85a913746ae628ae (patch) | |
tree | 35965783c1ee7ac5fceeab94ee5a69b1a274a999 /dev-python/pytest-lazy-fixture/pytest-lazy-fixture-0.6.3.ebuild | |
parent | dev-python/pytest-datadir: enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |