diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-02-23 15:53:02 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-02-23 17:51:15 +0100 |
| commit | 5d18159466aec7fb9a2ccae3e11f101e97066f47 (patch) | |
| tree | 9a0a1ce0718a5df5bc98ba436ee2482b601aff0d /dev-python | |
| parent | b11589ab74b8915e0de20f39bd944e7a186d12c8 (diff) | |
| download | gentoo-5d18159466aec7fb9a2ccae3e11f101e97066f47.tar.gz gentoo-5d18159466aec7fb9a2ccae3e11f101e97066f47.tar.bz2 gentoo-5d18159466aec7fb9a2ccae3e11f101e97066f47.zip | |
dev-python/pygobject: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pygobject/pygobject-3.50.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygobject/pygobject-3.50.0.ebuild b/dev-python/pygobject/pygobject-3.50.0.ebuild index d6dcac4e1f76..960f62ad730e 100644 --- a/dev-python/pygobject/pygobject-3.50.0.ebuild +++ b/dev-python/pygobject/pygobject-3.50.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=no -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 ) inherit gnome.org meson virtualx xdg distutils-r1 |
