commit: 4a06437f294c3f1467445aae49ac3703d7ca846d
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 19:39:13 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 19:54:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a06437f
dev-python/funcparserlib: enable py3.13
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
dev-python/funcparserlib/funcparserlib-1.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild
b/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild
index 8464ebc9f2ce..70c607105330 100644
--- a/dev-python/funcparserlib/funcparserlib-1.0.1.ebuild
+++ b/dev-python/funcparserlib/funcparserlib-1.0.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=poetry
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1