ipython-7.17 stops support for python-3.6
- 主要語言
- Python
- 星號
- 734
- 分支
- 412
- 平均合併
- 1 天 5 小時
- 30 天內合併 PR
- 8
描述
The latest release of ipython-7.17 stops support for python-3.6 (https://github.com/ipython/ipython/blob/master/setup.py#L43). However, this change is not reflected in ipykernel, specifically at https://github.com/ipython/ipykernel/blob/master/setup.py#L89. We have an application relying on ipykernel, and we use `pip download` to get ipykernel and its dependencies. It downloads ipython-7.17, but the host only has python-3.6. So, things start to break.
While we could add a constraint to `pip download` to specify the specific version of ipython, should ipykernel be updated to make it clear python-3.6 is not compatible with the latest release of ipython (and the latest release of ipykernel as a result)?
@blink1073
貢獻指南
評估
這個 Issue 還沒有評估資料。