File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -853,10 +853,10 @@ Empty Python packages
853
853
For some features introduced in later Python versions, the Python community creates backports, which makes these
854
854
features available for earlier versions of Python as well.
855
855
One example here is `dataclasses <https://www.python.org/dev/peps/pep-0557/ >`__ which was introduced with
856
- Python3.7 but is available as a `backport <https://github.com/ericvsmith/dataclasses >`__ for Python3.6 as well .
856
+ Python3.7 but is available as a `backport <https://github.com/ericvsmith/dataclasses >`__ for Python3.6 too .
857
857
Therefore, most upstream packages make those backports only mandatory for specific versions of Python and exclude them otherwise.
858
858
859
- Implementing this restriction in conda-forge is currently only possible through the usage of ``skips ``
859
+ Implementing this restriction in conda-forge is currently only possible through the use of ``skips ``
860
860
which restricts the corresponding conda-forge recipes from becoming ``noarch ``.
861
861
862
862
Therefore, some conda-forge recipes only create an actual package on specific Python versions and are otherwise an
You can’t perform that action at this time.
0 commit comments