summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-08 18:38:43 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-08 20:31:14 +0200
commit7e6b10cdd3aed3a4b3ce7c4b22aeef489075845a (patch)
tree3bb513991a1b9ac399998b4425c65461d7bdfbec /dev-python/pathspec
parentdev-python/editables: Enable py3.13 (diff)
downloadgentoo-7e6b10cdd3aed3a4b3ce7c4b22aeef489075845a.tar.gz
gentoo-7e6b10cdd3aed3a4b3ce7c4b22aeef489075845a.tar.bz2
gentoo-7e6b10cdd3aed3a4b3ce7c4b22aeef489075845a.zip
dev-python/pathspec: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pathspec')
-rw-r--r--dev-python/pathspec/pathspec-0.12.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pathspec/pathspec-0.12.1.ebuild b/dev-python/pathspec/pathspec-0.12.1.ebuild
index 11a34a2daf73..6d8492c5d961 100644
--- a/dev-python/pathspec/pathspec-0.12.1.ebuild
+++ b/dev-python/pathspec/pathspec-0.12.1.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=flit
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi