diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-02-27 00:48:37 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-02-27 01:05:27 +0100 |
commit | 33836f4302a71e504bc41821e62db742dcc2cbcd (patch) | |
tree | 27c09be3985368faa71311f3c28224fe95eeb2a6 /app-emacs/emacs-ipython-notebook | |
parent | net-misc/ytmdl: enable python 3.11 (diff) | |
download | gentoo-33836f4302a71e504bc41821e62db742dcc2cbcd.tar.gz gentoo-33836f4302a71e504bc41821e62db742dcc2cbcd.tar.bz2 gentoo-33836f4302a71e504bc41821e62db742dcc2cbcd.zip |
app-emacs/emacs-ipython-notebook: enable python 3.11
Closes: https://bugs.gentoo.org/896534
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/emacs-ipython-notebook')
-rw-r--r-- | app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild index a66a15d33fe2..e41358fe8e8a 100644 --- a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild +++ b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild @@ -8,7 +8,7 @@ EAPI=8 COMMIT=388c8f753cfb99b4f82acbdff26bbe27189d2299 NEED_EMACS=25 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit elisp readme.gentoo-r1 python-single-r1 |