summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-19 10:00:44 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-19 10:02:16 +0200
commitdaba972dd331ec8580669e24b2a46349e075f0e1 (patch)
treeac936a09ddb486a002c824644e77bc8bdc0f2364 /dev-python
parentdev-python/svgwrite: Use PEP517 build (diff)
downloadgentoo-daba972dd331ec8580669e24b2a46349e075f0e1.tar.gz
gentoo-daba972dd331ec8580669e24b2a46349e075f0e1.tar.bz2
gentoo-daba972dd331ec8580669e24b2a46349e075f0e1.zip
dev-python/svgwrite: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild b/dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild
index 2b05b0613034..6964d80211b1 100644
--- a/dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild
+++ b/dev-python/svgwrite/svgwrite-1.4.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1