From 3d035cf528b494662c3e6f85d522dfd775b39020 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Thu, 19 Jan 2023 21:05:50 -0500 Subject: [PATCH] dev-python/pytest-isort: enable py3.11 Signed-off-by: Julien Roy --- dev-python/pytest-isort/pytest-isort-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild b/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild index 8776775dc5..08d7d33b7f 100644 --- a/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild +++ b/dev-python/pytest-isort/pytest-isort-3.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1