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 f7c007e commit 24b3531Copy full SHA for 24b3531
.github/workflows/publish-website.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install python
29
uses: actions/setup-python@v5
30
with:
31
- python-version: '3.10'
+ python-version: '3.13'
32
cache: 'pip' # caching pip dependencies
33
34
- name: Install python Dependencies
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12
+FROM python:3.13
2
3
# Install system dependencies, including Git
4
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
0 commit comments