Skip to content

Commit

Permalink
Revert "Avoid docs workflow on Python 3.10..3.12 due to distutils err…
Browse files Browse the repository at this point in the history
…ors"

This reverts commit 981d20a.
  • Loading branch information
abravalheri committed Oct 12, 2023
1 parent 3bfb4ba commit 38c3aa9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
# Cannot run on 3.12, see sphinx-doc/sphinx#11720.
# Also we have to avoid the deprecation error introduced in 3.10.
- name: Install tox
run: |
python -m pip install tox
Expand Down

0 comments on commit 38c3aa9

Please sign in to comment.