Skip to content

Commit 99664bb

Browse files
chore(deps): update dependency python
1 parent 68b56f8 commit 99664bb

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
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Python
4545
uses: actions/setup-python@v5
4646
with:
47-
python-version: "3.10"
47+
python-version: "3.13"
4848

4949
- name: Install dependencies
5050
run: poetry install --no-interaction

.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@v5
1616
with:
17-
python-version: "3.10"
17+
python-version: "3.13"
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.10-slim AS base
1+
FROM python:3.13-slim AS base
22

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

0 commit comments

Comments
 (0)