diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-27 20:01:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-27 20:02:30 +0200 |
commit | 66ede62ba8fba1e781eae9844d1716a34fc0926b (patch) | |
tree | 49c4bd9214d07482865a5b91a1be72fd8ec00fd7 /dev-python/pyxattr | |
parent | dev-python/python-cstruct: Enable py3.12 (diff) | |
download | gentoo-66ede62ba8fba1e781eae9844d1716a34fc0926b.tar.gz gentoo-66ede62ba8fba1e781eae9844d1716a34fc0926b.tar.bz2 gentoo-66ede62ba8fba1e781eae9844d1716a34fc0926b.zip |
dev-python/pyxattr: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyxattr/pyxattr-0.8.1.ebuild b/dev-python/pyxattr/pyxattr-0.8.1.ebuild index 78cb0ad4a4c2..53996437155c 100644 --- a/dev-python/pyxattr/pyxattr-0.8.1.ebuild +++ b/dev-python/pyxattr/pyxattr-0.8.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |