Skip to content

Commit

Permalink
Use Python 3.12 in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian authored Oct 14, 2023
1 parent 4c07fdc commit 47a7f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Python environment
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'

- name: Install Python packages
run: |
Expand Down

0 comments on commit 47a7f6e

Please sign in to comment.