diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-05 15:09:23 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-06-05 19:10:12 +0300 |
commit | 5c3a46cb2bd47ad2c0dd35e8f6af6f81bfb97d0b (patch) | |
tree | 0c72a7f9cba39c367d8c19a87b144df40e1f6565 /dev-python/pytest-plus | |
parent | dev-python/pysvg: enable py3.11 and disable py3.7 (diff) | |
download | gentoo-5c3a46cb2bd47ad2c0dd35e8f6af6f81bfb97d0b.tar.gz gentoo-5c3a46cb2bd47ad2c0dd35e8f6af6f81bfb97d0b.tar.bz2 gentoo-5c3a46cb2bd47ad2c0dd35e8f6af6f81bfb97d0b.zip |
dev-python/pytest-plus: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-plus')
-rw-r--r-- | dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild b/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild index 975ff22ff399..a618aaa1583a 100644 --- a/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild +++ b/dev-python/pytest-plus/pytest-plus-0.2-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |