summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-31 20:25:54 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 20:29:22 +0200
commit2e928ab284250601143f0508aea4ac293c4b4b57 (patch)
tree4ee64a11b0375fbd7d7b2b60b9fb5ff17f97316b /dev-python/libarchive-c
parentdev-python/libarchive-c: Modernize (diff)
downloadgentoo-2e928ab284250601143f0508aea4ac293c4b4b57.tar.gz
gentoo-2e928ab284250601143f0508aea4ac293c4b4b57.tar.bz2
gentoo-2e928ab284250601143f0508aea4ac293c4b4b57.zip
dev-python/libarchive-c: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/libarchive-c')
-rw-r--r--dev-python/libarchive-c/libarchive-c-4.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/libarchive-c/libarchive-c-4.0-r1.ebuild b/dev-python/libarchive-c/libarchive-c-4.0-r1.ebuild
index 522de5a8385b..0d096eda1624 100644
--- a/dev-python/libarchive-c/libarchive-c-4.0-r1.ebuild
+++ b/dev-python/libarchive-c/libarchive-c-4.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1