diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-02-27 10:45:59 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-02-27 12:45:02 +0000 |
commit | 3502833d3e9b39a02f1dbf8c0b1e356606fa9e20 (patch) | |
tree | 3c2fe70ac2c922b12e589e8544e8337089b0bcea /dev-python/sphinx_ansible_theme | |
parent | dev-python/ansible-pygments: enable py3.11 (diff) | |
download | gentoo-3502833d3e9b39a02f1dbf8c0b1e356606fa9e20.tar.gz gentoo-3502833d3e9b39a02f1dbf8c0b1e356606fa9e20.tar.bz2 gentoo-3502833d3e9b39a02f1dbf8c0b1e356606fa9e20.zip |
dev-python/sphinx_ansible_theme: enable py3.11
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-python/sphinx_ansible_theme')
-rw-r--r-- | dev-python/sphinx_ansible_theme/sphinx_ansible_theme-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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//_/-}" |