commit: 4758a9b049b463d8a4b8f9feb84d9fe925e71d95
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue May 2 22:56:14 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue May 2 22:56:14 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4758a9b0
dev-python/fscacher: enable py3.11
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/fscacher/fscacher-0.1.4.ebuild | 4 ++--
dev-python/fscacher/fscacher-0.2.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/fscacher/fscacher-0.1.4.ebuild
b/dev-python/fscacher/fscacher-0.1.4.ebuild
index b15c37615..476dcbf5b 100644
--- a/dev-python/fscacher/fscacher-0.1.4.ebuild
+++ b/dev-python/fscacher/fscacher-0.1.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Cache results of operations on heavy file trees"
diff --git a/dev-python/fscacher/fscacher-0.2.0.ebuild
b/dev-python/fscacher/fscacher-0.2.0.ebuild
index 8bb00f6f4..91887f218 100644
--- a/dev-python/fscacher/fscacher-0.2.0.ebuild
+++ b/dev-python/fscacher/fscacher-0.2.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="Cache results of operations on heavy file trees"