We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0c5a1 commit f7744deCopy full SHA for f7744de
.github/workflows/mkdocs-gh-pages.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Setup Python
45
uses: actions/setup-python@v5
46
with:
47
- python-version: '3.12'
+ python-version: '3.13'
48
- name: Install required packages
49
run: pip install -U mkdocs "mkdocstrings[python]" mkdocs-material pymdown-extensions
50
- name: Build site (_site directory name is used for Jekyll compatiblity)
dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11-slim
+FROM python:3.13-slim
2
3
WORKDIR /pdl
4
0 commit comments