update python version to 3.13

This commit is contained in:
Julio Estrada
2025-11-20 16:40:30 -05:00
parent d309b0a119
commit 9af11d32e3

View File

@@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.13"
- name: Copy boostlook.css to website-v2
run: |