summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-06 18:52:51 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-06 19:18:20 +0100
commit4e744c084823f62c52267fdea4eb036c58bfa4d5 (patch)
tree2f6e5a3bdb2cbed1c0d9a814c0efe5836381c9d0 /dev-python
parent92d35a3344b2037c19048228814e977c918d0124 (diff)
downloadgentoo-4e744c084823f62c52267fdea4eb036c58bfa4d5.tar.gz
gentoo-4e744c084823f62c52267fdea4eb036c58bfa4d5.tar.bz2
gentoo-4e744c084823f62c52267fdea4eb036c58bfa4d5.zip
dev-python/pylatex: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pylatex/pylatex-1.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylatex/pylatex-1.4.2.ebuild b/dev-python/pylatex/pylatex-1.4.2.ebuild
index 64beb6cf7322..3dcf4d512a4e 100644
--- a/dev-python/pylatex/pylatex-1.4.2.ebuild
+++ b/dev-python/pylatex/pylatex-1.4.2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature