summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-27 13:05:59 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-27 15:20:48 +0200
commit39844a29952b9310fc9bd122136f4c66e8ad4322 (patch)
tree4dab73800ff21496b960a586bd23f56ddec66ce5 /dev-python/xcffib
parentdev-python/zstd: Enable py3.12 (diff)
downloadgentoo-39844a29952b9310fc9bd122136f4c66e8ad4322.tar.gz
gentoo-39844a29952b9310fc9bd122136f4c66e8ad4322.tar.bz2
gentoo-39844a29952b9310fc9bd122136f4c66e8ad4322.zip
dev-python/xcffib: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/xcffib')
-rw-r--r--dev-python/xcffib/xcffib-1.3.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xcffib/xcffib-1.3.0-r1.ebuild b/dev-python/xcffib/xcffib-1.3.0-r1.ebuild
index 827dd135f36b..646004c26ae1 100644
--- a/dev-python/xcffib/xcffib-1.3.0-r1.ebuild
+++ b/dev-python/xcffib/xcffib-1.3.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi