summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-05-14 20:56:50 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-05-14 23:37:13 +0300
commit9013a57436be33b2ed994166c8d8a709f1a264ef (patch)
tree8a591375043b55d40d7b655bf2d983b970f60f99 /dev-python/pytest-sugar
parentdev-python/pytest-sugar: Use PEP517 (diff)
downloadgentoo-9013a57436be33b2ed994166c8d8a709f1a264ef.tar.gz
gentoo-9013a57436be33b2ed994166c8d8a709f1a264ef.tar.bz2
gentoo-9013a57436be33b2ed994166c8d8a709f1a264ef.zip
dev-python/pytest-sugar: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/pytest-sugar')
-rw-r--r--dev-python/pytest-sugar/pytest-sugar-0.9.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-sugar/pytest-sugar-0.9.4-r1.ebuild b/dev-python/pytest-sugar/pytest-sugar-0.9.4-r1.ebuild
index 0fed89e9b545..543243b7b7e6 100644
--- a/dev-python/pytest-sugar/pytest-sugar-0.9.4-r1.ebuild
+++ b/dev-python/pytest-sugar/pytest-sugar-0.9.4-r1.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
DESCRIPTION="py.test plugin that changes the default look and feel of py.test"