summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-16 03:41:52 +0000
committerSam James <sam@gentoo.org>2023-02-16 03:55:33 +0000
commit21dcd912d61bb889d67dc3da515b5883a31fefa9 (patch)
tree798ad2b2e2f603f9ae050c379fa9ccdd79c2dfc8 /dev-python/pyre2
parentdev-python/pyspf: enable py3.11 (diff)
downloadgentoo-21dcd912d61bb889d67dc3da515b5883a31fefa9.tar.gz
gentoo-21dcd912d61bb889d67dc3da515b5883a31fefa9.tar.bz2
gentoo-21dcd912d61bb889d67dc3da515b5883a31fefa9.zip
dev-python/pyre2: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyre2')
-rw-r--r--dev-python/pyre2/pyre2-1.0.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyre2/pyre2-1.0.7.ebuild b/dev-python/pyre2/pyre2-1.0.7.ebuild
index 45f3585915a5..0b7240daf0e3 100644
--- a/dev-python/pyre2/pyre2-1.0.7.ebuild
+++ b/dev-python/pyre2/pyre2-1.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Python bindings for dev-libs/re2"