summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-09-20 06:24:42 +0200
committerMichał Górny <mgorny@gentoo.org>2023-09-20 06:24:42 +0200
commit681cb1f27c007dce6ca58737ada6e5359812c6ef (patch)
treef802575b9801b32575ba7b499651b368d21b34b7 /dev-python
parentsys-kernel/gentoo-kernel-bin: Fix genpatches in 6.1.54 (diff)
downloadgentoo-681cb1f27c007dce6ca58737ada6e5359812c6ef.tar.gz
gentoo-681cb1f27c007dce6ca58737ada6e5359812c6ef.tar.bz2
gentoo-681cb1f27c007dce6ca58737ada6e5359812c6ef.zip
dev-python/absl-py: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/absl-py/absl-py-2.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/absl-py/absl-py-2.0.0.ebuild b/dev-python/absl-py/absl-py-2.0.0.ebuild
index 393de8165fae..187f9c0cfe53 100644
--- a/dev-python/absl-py/absl-py-2.0.0.ebuild
+++ b/dev-python/absl-py/absl-py-2.0.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