Skip to content

Commit bf1d29b

Browse files
authored
Upgrading dependencies and bumping Python version to 3.13. Take 2. (#63)
* upgrading dependencies and bumping python version to 3.13 * bumping runtime version to 3.13 on workflow
1 parent 6f120fd commit bf1d29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
submodules: true
1818
- uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.12'
20+
python-version: '3.13'
2121
- name: Set Locale
2222
run: |
2323
sudo apt-get update && sudo apt-get install tzdata locales -y && sudo locale-gen es_ES.UTF-8

0 commit comments

Comments
 (0)