summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2023-05-03 10:14:27 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2023-05-03 10:14:27 -0500
commitc46c5805b7a2de49e761bf55a436214d0b043f00 (patch)
tree30691ae049b78cefaa85c7a5bd66b095ecfd057c /dev-python/git-review/git-review-9999.ebuild
parentdev-python/misaka: enable py3.11 (diff)
downloadgentoo-c46c5805b7a2de49e761bf55a436214d0b043f00.tar.gz
gentoo-c46c5805b7a2de49e761bf55a436214d0b043f00.tar.bz2
gentoo-c46c5805b7a2de49e761bf55a436214d0b043f00.zip
dev-python/git-review: enable py3.11
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/git-review/git-review-9999.ebuild')
-rw-r--r--dev-python/git-review/git-review-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/git-review/git-review-9999.ebuild b/dev-python/git-review/git-review-9999.ebuild
index 217a63bc6d69..b6c0974645ff 100644
--- a/dev-python/git-review/git-review-9999.ebuild
+++ b/dev-python/git-review/git-review-9999.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