Skip to content

Commit

Permalink
ci: Move to Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
otetard committed Feb 17, 2025
1 parent be89a95 commit f26889f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-public-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-python@v5
id: setup-python
with:
python-version: '3.11'
python-version: '3.13'

- name: Make destination directory for compiled CSS
run: mkdir -vp docs/stylesheets/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-python@v5
id: setup-python
with:
python-version: '3.11'
python-version: '3.13'

- name: Make destination directory for compiled CSS
run: mkdir -vp docs/stylesheets/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-intakes-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v5
id: setup-python
with:
python-version: '3.11'
python-version: '3.13'

- name: Install Poetry
run: |
Expand Down

0 comments on commit f26889f

Please sign in to comment.