Skip to content

Commit 05cc200

Browse files
Update dependency python
1 parent f703762 commit 05cc200

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
3939
with:
40-
python-version: "3.11"
40+
python-version: "3.14"
4141

4242
- name: Install poetry
4343
uses: snok/install-poetry@v1

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1616
with:
17-
python-version: "3.11"
17+
python-version: "3.14"
1818
- name: Install ghp-import
1919
run: pip install ghp-import
2020
- name: Build documentation

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 AS base
1+
FROM python:3.14-slim AS base
22

33
LABEL maintainer="ODL DevOps <[email protected]>"
44

0 commit comments

Comments
 (0)