Skip to content

Commit 24b3531

Browse files
Update dependency python to 3.13
1 parent f7c007e commit 24b3531

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
# Install system dependencies, including Git
44
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)