diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-29 13:10:10 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-29 13:12:05 +0300 |
commit | 8cd91fb97c56bfafe352599a32c40fdf58211e3a (patch) | |
tree | 8101d114367b62fcdf6919630e653920d34790a7 /dev-python/pytest-shell-utilities | |
parent | dev-python/pytest-shell-utilities: add 1.6.0 (diff) | |
download | gentoo-8cd91fb97c56bfafe352599a32c40fdf58211e3a.tar.gz gentoo-8cd91fb97c56bfafe352599a32c40fdf58211e3a.tar.bz2 gentoo-8cd91fb97c56bfafe352599a32c40fdf58211e3a.zip |
dev-python/pytest-shell-utilities: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-shell-utilities')
-rw-r--r-- | dev-python/pytest-shell-utilities/pytest-shell-utilities-1.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.6.0.ebuild b/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.6.0.ebuild index a8e84f1cb8c6..84d66d2dc910 100644 --- a/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.6.0.ebuild +++ b/dev-python/pytest-shell-utilities/pytest-shell-utilities-1.6.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |