dev-python/nautilus-python: add python3.12 support

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2024-03-09 18:36:06 +01:00
parent a45d459b9e
commit de370d82c8

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit gnome2 meson python-single-r1