summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-27 20:08:44 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-27 20:08:44 +0200
commitc6dd7b1f2a76c459c0bd1c336fd6fe6fff0c01f5 (patch)
treefc8c93bb848b696d80d5de6a73a10a2af65887d6
parentdev-python/rencode: Enable py3.12 (diff)
downloadgentoo-c6dd7b1f2a76c459c0bd1c336fd6fe6fff0c01f5.tar.gz
gentoo-c6dd7b1f2a76c459c0bd1c336fd6fe6fff0c01f5.tar.bz2
gentoo-c6dd7b1f2a76c459c0bd1c336fd6fe6fff0c01f5.zip
dev-python/resolvelib: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/resolvelib/resolvelib-1.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/resolvelib/resolvelib-1.0.1.ebuild b/dev-python/resolvelib/resolvelib-1.0.1.ebuild
index 8462c1a77bda..091e5388976b 100644
--- a/dev-python/resolvelib/resolvelib-1.0.1.ebuild
+++ b/dev-python/resolvelib/resolvelib-1.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1