diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 09:35:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 09:46:50 +0100 |
commit | fdfe018960a45e612b46f02fb3f49f78331f1ff0 (patch) | |
tree | c5fd3350b2816563fffdece4793122b53f99c9fe /app-arch/patool | |
parent | dev-python/wxpython: Stabilize 4.2.0 ppc, #904092 (diff) | |
download | gentoo-fdfe018960a45e612b46f02fb3f49f78331f1ff0.tar.gz gentoo-fdfe018960a45e612b46f02fb3f49f78331f1ff0.tar.bz2 gentoo-fdfe018960a45e612b46f02fb3f49f78331f1ff0.zip |
app-arch/patool: enable py3.11
Closes: https://bugs.gentoo.org/896492
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/patool')
-rw-r--r-- | app-arch/patool/patool-1.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/patool/patool-1.12.ebuild b/app-arch/patool/patool-1.12.ebuild index 2390c5ebb8ee..2adf0587e37f 100644 --- a/app-arch/patool/patool-1.12.ebuild +++ b/app-arch/patool/patool-1.12.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 pypi |