summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-09-14 12:58:30 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-09-14 13:01:34 +0200
commit14438f264f39d7526e7b80195f0d2ce2fd26d65e (patch)
tree38cb05efd144c96fa59f950fa87986e87a20c712 /dev-python/moddb
parentdev-python/protobuf-python: enable py3.12 (diff)
downloadgentoo-14438f264f39d7526e7b80195f0d2ce2fd26d65e.tar.gz
gentoo-14438f264f39d7526e7b80195f0d2ce2fd26d65e.tar.bz2
gentoo-14438f264f39d7526e7b80195f0d2ce2fd26d65e.zip
dev-python/moddb: enable py3.12
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/moddb')
-rw-r--r--dev-python/moddb/moddb-0.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/moddb/moddb-0.9.0.ebuild b/dev-python/moddb/moddb-0.9.0.ebuild
index be759ee2defd..588d82aa4a6c 100644
--- a/dev-python/moddb/moddb-0.9.0.ebuild
+++ b/dev-python/moddb/moddb-0.9.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1