FROM python:3.13

RUN python -m pip install --upgrade pip
RUN python -m pip install --upgrade tox twine
