summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-11-08 15:11:47 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-11-08 15:14:36 +0100
commit59405dd50f35e90a1c5d42d95153bea1c951aab9 (patch)
tree8a134618c8601f73c884811f6fc39f8f1e6d7133
parentdev-python/pylatexenc: enable py3.11 (diff)
downloadgentoo-59405dd5.tar.gz
gentoo-59405dd5.tar.bz2
gentoo-59405dd5.zip
dev-python/oct2py: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--dev-python/oct2py/oct2py-5.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oct2py/oct2py-5.5.1.ebuild b/dev-python/oct2py/oct2py-5.5.1.ebuild
index 4c4055e2f6f3..e85873bae532 100644
--- a/dev-python/oct2py/oct2py-5.5.1.ebuild
+++ b/dev-python/oct2py/oct2py-5.5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1