Upgrade dev mkdocs to Python 3.11 (#3569)

This commit is contained in:
Geoff Bourne
2025-07-24 13:49:36 -05:00
committed by GitHub
parent c9dd6dc72c
commit 605e2ea993

View File

@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.11
RUN pip install --upgrade pip