commit: d7679605509f215c9074fc51eab4dd35183500ce
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 12:58:58 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 13:00:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7679605
dev-python/pyxattr: enable py3.11 and disable py3.7
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pyxattr/pyxattr-0.7.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pyxattr/pyxattr-0.7.2.ebuild
b/dev-python/pyxattr/pyxattr-0.7.2.ebuild
index a6778fa0e754..e78d5d513925 100644
--- a/dev-python/pyxattr/pyxattr-0.7.2.ebuild
+++ b/dev-python/pyxattr/pyxattr-0.7.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1