commit: 33836f4302a71e504bc41821e62db742dcc2cbcd Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Sun Feb 26 23:48:37 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 00:05:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33836f43
app-emacs/emacs-ipython-notebook: enable python 3.11 Closes: https://bugs.gentoo.org/896534 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> .../emacs-ipython-notebook-0.17.0_p20220419-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
