Skip to content

Commit

Permalink
2to3 was removed from Python 3.13 (python/cpython#104780)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisDupeyron committed Aug 30, 2024
1 parent d7da2f5 commit c14463e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ outputs:
- set # [win]
- python -V
- python3 -V # [not win]
- 2to3 -h
- pydoc -h
- python3-config --help # [not win]
- set "PIP_NO_BUILD_ISOLATION=False" # [win]
Expand All @@ -258,12 +257,9 @@ outputs:
# https://github.com/conda-forge/python-feedstock/issues/384
- if exist %PREFIX%\\Scripts\\pydoc exit 1 # [win]
- if exist %PREFIX%\\Scripts\\idle exit 1 # [win]
- if exist %PREFIX%\\Scripts\\2to3 exit 1 # [win]
- if not exist %PREFIX%\\Scripts\\pydoc-script.py exit 1 # [win]
- if not exist %PREFIX%\\Scripts\\idle-script.py exit 1 # [win]
- if not exist %PREFIX%\\Scripts\\2to3-script.py exit 1 # [win]
- if not exist %PREFIX%\\Scripts\\idle.exe exit 1 # [win]
- if not exist %PREFIX%\\Scripts\\2to3.exe exit 1 # [win]
- if not exist %PREFIX%\\Scripts\\pydoc.exe exit 1 # [win]
- if not exist %PREFIX%\\libs\\python{{ ver2nd }}.lib exit 1 # [win]
- pushd tests
Expand Down

0 comments on commit c14463e

Please sign in to comment.