summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-17 16:29:29 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-17 16:31:47 +0200
commit58666ca85a413a1074bc3f10286228e8aa259758 (patch)
treee6318bd09ba511aa767f88246b606df545ee2824
parentdev-python/cycler: Enable py3.13 (diff)
downloadgentoo-58666ca85a413a1074bc3f10286228e8aa259758.tar.gz
gentoo-58666ca85a413a1074bc3f10286228e8aa259758.tar.bz2
gentoo-58666ca85a413a1074bc3f10286228e8aa259758.zip
dev-python/dbfread: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/dbfread/dbfread-2.0.7-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dbfread/dbfread-2.0.7-r1.ebuild b/dev-python/dbfread/dbfread-2.0.7-r1.ebuild
index 71d9e4719c1a..636e463c2a0e 100644
--- a/dev-python/dbfread/dbfread-2.0.7-r1.ebuild
+++ b/dev-python/dbfread/dbfread-2.0.7-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-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 pypi