From d632ab42560107c0080bde4733a64055c71dc8ef Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 3 May 2023 22:44:49 -0700 Subject: dev-python/ansible-runner: enable py3.11 Closes: https://bugs.gentoo.org/896748 Signed-off-by: Zac Medico --- dev-python/ansible-runner/ansible-runner-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python') diff --git a/dev-python/ansible-runner/ansible-runner-2.2.1.ebuild b/dev-python/ansible-runner/ansible-runner-2.2.1.ebuild index 6b6113b49753..bb7b0431f6d4 100644 --- a/dev-python/ansible-runner/ansible-runner-2.2.1.ebuild +++ b/dev-python/ansible-runner/ansible-runner-2.2.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 pypi -- cgit v1.2.3