We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dabec5 commit b966190Copy full SHA for b966190
1 file changed
.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.13'
+ python-version: '3.14'
32
cache: 'pip' # caching pip dependencies
33
34
- name: Install python Dependencies
0 commit comments