conda-forge / conda-forge/conda-forge.github.io

noarch python>=3.6?

未关闭
#1,119 0 条评论 3 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
170
派生
320
平均合并
2 天 10 小时
30 天内合并 PR
5

描述

This issue arose as an observation made in this PR: https://github.com/conda-forge/wcwidth-feedstock/pull/16.

### The issue
We are dropping python2.7 support, but our noarch packages are by default declaring themselves compatible with python2.7. This leads to a problematic situation: If we do not keep maintaining python2.7 compatibility of our noarch packages, we will retroactively break some legacy python2 environments.
If we keep maintaining python2.7 compatibility, we burden ourselves with unreasonable maintenance.

### A possible solution
All newly built noarch packages declare compatibility with python>=3.6 and thus won't be pulled into legacy python2.7 environments.

I am unsure how a good technical implementation would look like.

Ping @isuruf, @ocefpaf, @CJ-Wright, @beckermr

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。