summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-27 14:58:31 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-27 15:14:22 +0200
commite7add5309522ee3b485013cd26f9452f2a0e1848 (patch)
tree500a4561905f7467d4976d42b3a7dee8f04b6d7a
parentsci-mathematics/mathlib-tools: patch to use tomli(-w) (diff)
downloadgentoo-e7add5309522ee3b485013cd26f9452f2a0e1848.tar.gz
gentoo-e7add5309522ee3b485013cd26f9452f2a0e1848.tar.bz2
gentoo-e7add5309522ee3b485013cd26f9452f2a0e1848.zip
dev-python/coreapi: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/coreapi/coreapi-2.3.3-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/coreapi/coreapi-2.3.3-r2.ebuild b/dev-python/coreapi/coreapi-2.3.3-r2.ebuild
index 0a0c7f969c77..92e60e4e0d3e 100644
--- a/dev-python/coreapi/coreapi-2.3.3-r2.ebuild
+++ b/dev-python/coreapi/coreapi-2.3.3-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