commit: f47c650846ff6f5b024c003fdba80032adcc757b
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Feb 17 03:41:40 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Feb 17 03:41:48 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f47c6508
dev-python/delegator: enable py3.11
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/delegator/delegator-0.1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/delegator/delegator-0.1.1.ebuild
b/dev-python/delegator/delegator-0.1.1.ebuild
index c9d19ba4c..d417f89d8 100644
--- a/dev-python/delegator/delegator-0.1.1.ebuild
+++ b/dev-python/delegator/delegator-0.1.1.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