Skip to content

Commit

Permalink
CI: move docs build to modern version of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Dec 11, 2024
1 parent 3eda090 commit 174a255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
matrix:
python-version: [3.8]
python-version: ["3.12"]
fail-fast: false
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 174a255

Please sign in to comment.