Skip to content

Commit 254a6bb

Browse files
committed
chore: bump Python to v3.13 (included in Ubuntu 26.04)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 37e8d35 commit 254a6bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.devcontainer/Dockerfile

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

33
USER root
44

.github/workflows/sphinxbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
119119
with:
120-
python-version: "3.12"
120+
python-version: "3.13"
121121
cache: "pip"
122122

123123
- name: Install pip dependencies

0 commit comments

Comments
 (0)