commit: 46931e19f8d9c748caa71c7bcc88004f5d002c1b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed May 21 14:55:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 21 15:31:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46931e19
dev-python/pygobject: add comment wrt no py3.14 yet Bug: https://gitlab.gnome.org/GNOME/pygobject/-/issues/694 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pygobject/pygobject-3.50.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pygobject/pygobject-3.50.0.ebuild b/dev-python/pygobject/pygobject-3.50.0.ebuild index 59b8dba48937..67858aacc96c 100644 --- a/dev-python/pygobject/pygobject-3.50.0.ebuild +++ b/dev-python/pygobject/pygobject-3.50.0.ebuild @@ -5,6 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=no +# py3.14: https://gitlab.gnome.org/GNOME/pygobject/-/issues/694 PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit gnome.org meson virtualx xdg distutils-r1
