diff options
author | 2023-11-06 17:53:20 +0100 | |
---|---|---|
committer | 2023-11-06 17:53:20 +0100 | |
commit | 412af8752c494e0694dadee677a38156ed68eab7 (patch) | |
tree | 35a65adef88fa0ba63f91ae2443679d1f9533a04 /dev-python/pytest-shell-utilities | |
parent | dev-util/meson: add myself as a maintainer (diff) | |
download | gentoo-412af8752c494e0694dadee677a38156ed68eab7.tar.gz gentoo-412af8752c494e0694dadee677a38156ed68eab7.tar.bz2 gentoo-412af8752c494e0694dadee677a38156ed68eab7.zip |
dev-python/pytest-shell-utilities: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-shell-utilities')
-rw-r--r-- | dev-python/pytest-shell-utilities/pytest-shell-utilities-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.8.0.ebuild b/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.8.0.ebuild index 62eaee9f0e6e..3986a42f12a7 100644 --- a/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.8.0.ebuild +++ b/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |