Skip to content
Snippets Groups Projects

Update cookiecutter.json

Merged Corné Lukken requested to merge quick-fixes into main
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
FROM python:3.11
FROM python:3.13
RUN python -m pip install --upgrade pip
RUN python -m pip install --upgrade pip
RUN pip install --upgrade tox twine cibuildwheel==2.13.1
RUN pip install --upgrade tox twine cibuildwheel==2.13.1
Loading