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 还没有评估数据。