Skip to content

Commit da8faee

Browse files
Update dependency python to 3.13
1 parent 384f1f5 commit da8faee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: '3.10'
31+
python-version: '3.13'
3232
cache: 'pip' # caching pip dependencies
3333

3434
- name: Install python Dependencies

Dockerfile

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

33
ARG API_USERNAME
44
ARG API_PASSWORD

0 commit comments

Comments
 (0)