summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-19 19:31:04 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-19 19:31:04 +0200
commitedec17a7268ea78b55b1f792dbd764515c782f7d (patch)
tree870d2f586a3d0801c071989272de03d9e995f09d /dev-python/fasteners
parentdev-python/diskcache: Enable py3.13 (diff)
downloadgentoo-edec17a7268ea78b55b1f792dbd764515c782f7d.tar.gz
gentoo-edec17a7268ea78b55b1f792dbd764515c782f7d.tar.bz2
gentoo-edec17a7268ea78b55b1f792dbd764515c782f7d.zip
dev-python/fasteners: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fasteners')
-rw-r--r--dev-python/fasteners/fasteners-0.19.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fasteners/fasteners-0.19.ebuild b/dev-python/fasteners/fasteners-0.19.ebuild
index 12d8ef4c9801..26dfff132ab2 100644
--- a/dev-python/fasteners/fasteners-0.19.ebuild
+++ b/dev-python/fasteners/fasteners-0.19.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