conda-forge / ipython-feedstock

A conda-smithy repository for ipython.
BSD 3-Clause "New" or "Revised" License
2 stars 34 forks source link

5.x branch needs update to python 3.7 #93

Closed mkoeppe closed 4 years ago

mkoeppe commented 4 years ago

To support sagelib, we need an ipython 5.x in conda-forge with python 3.7

see https://github.com/conda-forge/sagelib-feedstock/issues/87#issuecomment-578412901

isuruf commented 4 years ago

@mkoeppe, all you've got to do is,

  1. checkout the 5.x branch
  2. Install conda-smithy
  3. Run conda smithy rerender -c auto in the root of the git repo.
  4. Push the changes and make a PR
mkoeppe commented 4 years ago

Thank you! This is now #94