Skip to content

Commit

Permalink
Disable Python 3.10 for now. Ref pypa/pip#10647.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 12, 2021
1 parent bc8f737 commit 6cf3cf8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ RUN pypy -m pip install -U pip-run
RUN py -3.9 /tmp/get-pip
RUN py -3.9 -m pip install -U pip pip-run
RUN py -3.10 /tmp/get-pip
RUN py -3.10 -m pip install -U pip pip-run pipx

# Python 3.10 is broken (pypa/pip#10647)
# RUN py -3.10 -m pip install -U pip pip-run pipx
RUN py -3.9 -m pip install pipx

# Make pipx installs executable
ENV PATH /root/.local/bin:$PATH
Expand Down

0 comments on commit 6cf3cf8

Please sign in to comment.