diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-12 14:47:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-12 15:14:48 +0200 |
commit | 0424aded560d62447b656c814529b44bdaaec9f9 (patch) | |
tree | 40bff553c255a58c3d0b16980f88d8eb96cdc6c4 /dev-python/pytest-shutil | |
parent | dev-python/pytest-shutil: Use PEP517 build (diff) | |
download | gentoo-0424aded560d62447b656c814529b44bdaaec9f9.tar.gz gentoo-0424aded560d62447b656c814529b44bdaaec9f9.tar.bz2 gentoo-0424aded560d62447b656c814529b44bdaaec9f9.zip |
dev-python/pytest-shutil: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pytest-shutil')
-rw-r--r-- | dev-python/pytest-shutil/pytest-shutil-1.7.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r3.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r3.ebuild index 93f3616ac970..74552c0cc191 100644 --- a/dev-python/pytest-shutil/pytest-shutil-1.7.0-r3.ebuild +++ b/dev-python/pytest-shutil/pytest-shutil-1.7.0-r3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 |