summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-26 19:33:35 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-26 19:33:35 +0200
commitce62767a185bee96a3015f6bba7a40a381366e16 (patch)
treeacae0b456aa4bb03b28c8637ac230bfeb35f3e6a
parentdev-python/looseversion: Bump to 1.2.0 (diff)
downloadgentoo-ce62767a185bee96a3015f6bba7a40a381366e16.tar.gz
gentoo-ce62767a185bee96a3015f6bba7a40a381366e16.tar.bz2
gentoo-ce62767a185bee96a3015f6bba7a40a381366e16.zip
dev-python/looseversion: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/looseversion/looseversion-1.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/looseversion/looseversion-1.2.0.ebuild b/dev-python/looseversion/looseversion-1.2.0.ebuild
index 5c9fd3fcb651..6654b11d9f0b 100644
--- a/dev-python/looseversion/looseversion-1.2.0.ebuild
+++ b/dev-python/looseversion/looseversion-1.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit pypi distutils-r1