FROM python:3.13

RUN python -m pip install --upgrade pip
RUN python -m pip install --upgrade "tox<=4.27" twine
