commit:     3502833d3e9b39a02f1dbf8c0b1e356606fa9e20
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 10:45:59 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 12:45:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3502833d

dev-python/sphinx_ansible_theme: enable py3.11

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.9.1.ebuild 
b/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.9.1.ebuild
index d7bad106fa3f..6f4c7f906d2a 100644
--- a/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.9.1.ebuild
+++ b/dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.9.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 MY_PN="${PN//_/-}"

Reply via email to