Skip to content

Commit

Permalink
Bump IPython
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Sep 27, 2023
1 parent f55e552 commit 0c1cada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coconut/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ def get_path_env_var(env_var, default):
("jupyter-console", "py37"): (6, 6),
("typing", "py<35"): (3, 10),
("typing_extensions", "py>=37"): (4, 7),
("ipython", "py38"): (8,),
("ipython", "py38"): (8, 15),
("ipykernel", "py38"): (6,),
("jedi", "py39"): (0, 19),
("pygments", "py>=39"): (2, 15),
Expand Down

0 comments on commit 0c1cada

Please sign in to comment.