diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-01-28 18:15:24 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-01-29 10:41:21 +0100 |
commit | 3929fb47bafb5e95054c0ef214ec6345f54c3b5b (patch) | |
tree | 3767fc4b0a17843055c4551f6fc9e0ecd9ef2174 /app-office | |
parent | dev-python/pypy3: Mark the packages as EXTERNALLY-MANAGED, PEP 668 (diff) | |
download | gentoo-3929fb47bafb5e95054c0ef214ec6345f54c3b5b.tar.gz gentoo-3929fb47bafb5e95054c0ef214ec6345f54c3b5b.tar.bz2 gentoo-3929fb47bafb5e95054c0ef214ec6345f54c3b5b.zip |
app-office/impressive: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/impressive/impressive-0.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/impressive/impressive-0.13.1.ebuild b/app-office/impressive/impressive-0.13.1.ebuild index 3035ad7c1125..0c17c388a224 100644 --- a/app-office/impressive/impressive-0.13.1.ebuild +++ b/app-office/impressive/impressive-0.13.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit optfeature python-r1 DESCRIPTION="Stylish way of giving presentations with Python" |