aboutsummaryrefslogtreecommitdiff
path: root/python/ipython/README
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-02-05 14:39:01 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-10 16:17:13 +0700
commitcce089dfbd601adab2b67844240b6679849e5432 (patch)
treea806b964fe060c0bb5a7015561975710cacbea24 /python/ipython/README
parent0fb887c11b917a89e7d168762c13f21ca5d50f70 (diff)
python/ipython: Note on why we can't update.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ipython/README')
-rw-r--r--python/ipython/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/ipython/README b/python/ipython/README
index c1fd27766c..4619d72173 100644
--- a/python/ipython/README
+++ b/python/ipython/README
@@ -5,3 +5,6 @@ This package no longer provides IPython notebook functionality. This is
now provided with the jupyter-notebook and jupyter-ipykernel packages.
python3-black is an optional dependency (for automatic code formatting).
+
+NOTE: Unable to support newer versions than 8.18.x due to requiring a
+newer python than included in Slackware (needs 3.10).