Skip to content

Commit

Permalink
Use newer Python in docs build
Browse files Browse the repository at this point in the history
Helps with python#17742
  • Loading branch information
hauntsaninja committed Sep 7, 2024
1 parent fe15ee6 commit da15669
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 @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.12'
- name: Install tox
run: pip install tox==4.11.0
- name: Setup tox environment
Expand Down

0 comments on commit da15669

Please sign in to comment.