summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-24 20:51:03 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-24 20:51:03 +0200
commit858dae9f8ff3d58481d32b0fb20c96058cdb0b9a (patch)
treea707e05eba9f63ad07e5c4f37c9de3e8d5873d76
parentdev-python/guzzle_sphinx_theme: EAPI=8, PEP517 (diff)
downloadgentoo-858dae9f8ff3d58481d32b0fb20c96058cdb0b9a.tar.gz
gentoo-858dae9f8ff3d58481d32b0fb20c96058cdb0b9a.tar.bz2
gentoo-858dae9f8ff3d58481d32b0fb20c96058cdb0b9a.zip
dev-python/guzzle_sphinx_theme: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r2.ebuild b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r2.ebuild
index 60e324ad52af..93285b48b6f0 100644
--- a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r2.ebuild
+++ b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1