Skip to content

Commit

Permalink
update Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
supcik committed Feb 13, 2024
1 parent a7d18c5 commit 150a99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: '3.12'
- name: Install Poetry
run: python -m pip install poetry==1.5.1
- name: Configure poetry
Expand Down

0 comments on commit 150a99d

Please sign in to comment.