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 68b56f8 commit 99664bbCopy full SHA for 99664bb
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Set up Python
45
uses: actions/setup-python@v5
46
with:
47
- python-version: "3.10"
+ python-version: "3.13"
48
49
- name: Install dependencies
50
run: poetry install --no-interaction
.github/workflows/docs.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
- name: Install ghp-import
19
run: pip install ghp-import
20
- name: Build documentation
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.10-slim AS base
+FROM python:3.13-slim AS base
2
3
LABEL maintainer="ODL DevOps <[email protected]>"
4
0 commit comments