summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-21 12:32:30 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-21 13:22:23 +0200
commit3b62c6d441d1739dc1c58891972597c882243a48 (patch)
treee2347dc2fcda02e79c1a43d7f67191b519375d9b /dev-python/testscenarios
parentdev-python/testtools: Enable py3.11 (diff)
downloadgentoo-3b62c6d441d1739dc1c58891972597c882243a48.tar.gz
gentoo-3b62c6d441d1739dc1c58891972597c882243a48.tar.bz2
gentoo-3b62c6d441d1739dc1c58891972597c882243a48.zip
dev-python/testscenarios: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testscenarios')
-rw-r--r--dev-python/testscenarios/testscenarios-0.5.0-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testscenarios/testscenarios-0.5.0-r2.ebuild b/dev-python/testscenarios/testscenarios-0.5.0-r2.ebuild
index 6c7392220389..958c00507714 100644
--- a/dev-python/testscenarios/testscenarios-0.5.0-r2.ebuild
+++ b/dev-python/testscenarios/testscenarios-0.5.0-r2.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