summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-04-14 14:41:11 +0200
committerMichał Górny <mgorny@gentoo.org>2024-04-14 14:54:30 +0200
commit5077f3d5cde2fdcda98b91c0a7cf309f5c8709e4 (patch)
treed8027fe263bd223b866b31e499df8479eaa02f3e /dev-python
parent79186faabe0d13ceb2cc01ec1f25326c23b1d622 (diff)
downloadgentoo-5077f3d5cde2fdcda98b91c0a7cf309f5c8709e4.tar.gz
gentoo-5077f3d5cde2fdcda98b91c0a7cf309f5c8709e4.tar.bz2
gentoo-5077f3d5cde2fdcda98b91c0a7cf309f5c8709e4.zip
dev-python/cachelib: Enable py3.12
Closes: https://bugs.gentoo.org/929442 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cachelib/cachelib-0.13.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cachelib/cachelib-0.13.0.ebuild b/dev-python/cachelib/cachelib-0.13.0.ebuild
index faaba7e5c123..0262028d040d 100644
--- a/dev-python/cachelib/cachelib-0.13.0.ebuild
+++ b/dev-python/cachelib/cachelib-0.13.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1