summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-10 13:58:58 +0100
committerSam James <sam@gentoo.org>2022-08-10 14:00:01 +0100
commitd7679605509f215c9074fc51eab4dd35183500ce (patch)
tree557b5c50b38004173e9c2e36c8f9955b8274f109 /dev-python/pyxattr
parentdev-python/construct: enable py3.11 (diff)
downloadgentoo-d7679605509f215c9074fc51eab4dd35183500ce.tar.gz
gentoo-d7679605509f215c9074fc51eab4dd35183500ce.tar.bz2
gentoo-d7679605509f215c9074fc51eab4dd35183500ce.zip
dev-python/pyxattr: enable py3.11 and disable py3.7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r--dev-python/pyxattr/pyxattr-0.7.2.ebuild4
1 files 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