Update dependency python to 3.13 #4

Merged
stephan.hadan merged 1 commit from renovate/python-3.x into main 2025-04-21 02:31:32 +02:00

View file

@ -19,7 +19,7 @@ jobs:
chmod 600 /tmp/act_runner_key chmod 600 /tmp/act_runner_key
- uses: actions/setup-python@v5 - uses: actions/setup-python@v5
with: with:
python-version: '3.12' python-version: '3.13'
- run: pip install invoke pelican[markdown] - run: pip install invoke pelican[markdown]
- run: pelican content -s publishconf.py - run: pelican content -s publishconf.py
- run: ls -la output/ - run: ls -la output/