Skip to content
Merged

Dev #419

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/setup-python@v6
with:
python-version: '3.13' # Version range or exact version of a Python version to use, using SemVer's version range syntax
python-version: '3.14' # Version range or exact version of a Python version to use, using SemVer's version range syntax
- uses: actions/checkout@v5.0.0
- name: Build with retry
uses: Wandalen/wretry.action@v3.8.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a stable Python base image (Debian 12 based)
FROM python:3.13-slim
FROM python:3.14-slim

# Set environment variables
ENV WEBHOOK_URL_PREFIX="wiki/hooks"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mkdocs-material==9.6.20
mkdocs-glightbox==0.5.1
mkdocs-material==9.7.0
mkdocs-glightbox==0.5.2
mkdocs==1.6.1
mkdocs-htmlproofer-plugin
pygments
Expand Down