Skip to content

Commit 81d23f3

Browse files
Update dependency python to 3.13
1 parent aa8342b commit 81d23f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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)