summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-27 19:54:59 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-27 20:02:28 +0200
commit2b59a57d2a5e38c40f9f596f03502c95dcac062e (patch)
tree9c3a0e62665dc95c6474ac28bad9fc4097730c59 /dev-python
parentdev-python/mmtf-python: Enable py3.12 (diff)
downloadgentoo-2b59a57d2a5e38c40f9f596f03502c95dcac062e.tar.gz
gentoo-2b59a57d2a5e38c40f9f596f03502c95dcac062e.tar.bz2
gentoo-2b59a57d2a5e38c40f9f596f03502c95dcac062e.zip
dev-python/omemo-dr: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/omemo-dr/omemo-dr-1.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/omemo-dr/omemo-dr-1.0.0.ebuild b/dev-python/omemo-dr/omemo-dr-1.0.0.ebuild
index 816c6152f48c..9d26941bf859 100644
--- a/dev-python/omemo-dr/omemo-dr-1.0.0.ebuild
+++ b/dev-python/omemo-dr/omemo-dr-1.0.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi