Skip to content

Commit

Permalink
try docs on python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Oct 13, 2024
1 parent 1496a06 commit 221af48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: chris48s/satisfying-python@main
id: python-versions

- name: Set up Python ${{ steps.python-versions.outputs.max }}
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: '${{ steps.python-versions.outputs.max }}'
python-version: '3.13'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 221af48

Please sign in to comment.