diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-02 19:42:05 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-01-02 21:56:41 +0100 |
commit | 87ba296f25e3459e1ae3169f402cd127f7f74db8 (patch) | |
tree | 07f8079058c1dafe6bcf8feded5a3b8320bf7eee /media-video/gaupol | |
parent | dev-python/phply: add 1.2.6 (diff) | |
download | gentoo-87ba296f25e3459e1ae3169f402cd127f7f74db8.tar.gz gentoo-87ba296f25e3459e1ae3169f402cd127f7f74db8.tar.bz2 gentoo-87ba296f25e3459e1ae3169f402cd127f7f74db8.zip |
media-video/gaupol: enable py3.11, tests passed
2 more warnings over python3_10.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/gaupol')
-rw-r--r-- | media-video/gaupol/gaupol-1.11-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/gaupol/gaupol-1.11-r1.ebuild b/media-video/gaupol/gaupol-1.11-r1.ebuild index da58d3581c24..30bc4e05a1e8 100644 --- a/media-video/gaupol/gaupol-1.11-r1.ebuild +++ b/media-video/gaupol/gaupol-1.11-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 virtualx xdg-utils |