summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 11:34:27 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 11:39:09 +0200
commit77553b93a712d34e8e805dffc554eaf40ba68c86 (patch)
treebcfead90f85b5097b98ca8c7f56cdeca32b8924a /dev-python/svgwrite
parentdev-python/structlog: Enable py3.13 (diff)
downloadgentoo-77553b93a712d34e8e805dffc554eaf40ba68c86.tar.gz
gentoo-77553b93a712d34e8e805dffc554eaf40ba68c86.tar.bz2
gentoo-77553b93a712d34e8e805dffc554eaf40ba68c86.zip
dev-python/svgwrite: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/svgwrite')
-rw-r--r--dev-python/svgwrite/svgwrite-1.4.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/svgwrite/svgwrite-1.4.3.ebuild b/dev-python/svgwrite/svgwrite-1.4.3.ebuild
index 6132c966d11c..b19b797d88ed 100644
--- a/dev-python/svgwrite/svgwrite-1.4.3.ebuild
+++ b/dev-python/svgwrite/svgwrite-1.4.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1