summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-03 10:35:33 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-03 10:35:33 +0200
commitcc52bcfb8bfc8a6ab2cf6fc498e8bff072fd9883 (patch)
treef2448a913bf3ac9f46a8373ec99ddd5b3a14b3f4
parentdev-python/jaraco-logging: Enable py3.12 (diff)
downloadgentoo-cc52bcfb8bfc8a6ab2cf6fc498e8bff072fd9883.tar.gz
gentoo-cc52bcfb8bfc8a6ab2cf6fc498e8bff072fd9883.tar.bz2
gentoo-cc52bcfb8bfc8a6ab2cf6fc498e8bff072fd9883.zip
dev-python/json-rpc: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/json-rpc/json-rpc-1.14.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/json-rpc/json-rpc-1.14.0.ebuild b/dev-python/json-rpc/json-rpc-1.14.0.ebuild
index 308e92ae64e6..c150dde004ab 100644
--- a/dev-python/json-rpc/json-rpc-1.14.0.ebuild
+++ b/dev-python/json-rpc/json-rpc-1.14.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi