Skip to content

Commit f7744de

Browse files
chore(deps): update dependency python (#1014)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e0c5a1 commit f7744de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mkdocs-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Python
4545
uses: actions/setup-python@v5
4646
with:
47-
python-version: '3.12'
47+
python-version: '3.13'
4848
- name: Install required packages
4949
run: pip install -U mkdocs "mkdocstrings[python]" mkdocs-material pymdown-extensions
5050
- name: Build site (_site directory name is used for Jekyll compatiblity)

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.13-slim
22

33
WORKDIR /pdl
44

0 commit comments

Comments
 (0)