diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-27 20:35:26 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-27 20:54:14 +0300 |
commit | 7e3aa36b97bfac86f0c847d6b1d99a2d9003df8b (patch) | |
tree | 2e6e9fb067992128cd0bd344861fa18f6087db31 /dev-libs/libgweather | |
parent | media-libs/libsndfile: enable py3.10 (diff) | |
download | gentoo-7e3aa36b97bfac86f0c847d6b1d99a2d9003df8b.tar.gz gentoo-7e3aa36b97bfac86f0c847d6b1d99a2d9003df8b.tar.bz2 gentoo-7e3aa36b97bfac86f0c847d6b1d99a2d9003df8b.zip |
dev-libs/libgweather: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/libgweather')
-rw-r--r-- | dev-libs/libgweather/libgweather-40.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libgweather/libgweather-40.0.ebuild b/dev-libs/libgweather/libgweather-40.0.ebuild index 450abd3a7b1b..17da947e53e4 100644 --- a/dev-libs/libgweather/libgweather-40.0.ebuild +++ b/dev-libs/libgweather/libgweather-40.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) VALA_USE_DEPEND="vapigen" inherit gnome.org gnome2-utils meson python-any-r1 vala xdg |