Skip to content

Commit

Permalink
Test latest Sphinx 6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 18, 2022
1 parent ddebdd3 commit a575327
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,11 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11-dev', 'pypy3.8']
sphinx-version: ['>=4,<5', '>=5,<6', '==6.0.0b1']
sphinx-version: ['>=4,<5', '>=5,<6', '>=6a0,<7']
os: [windows-latest, macos-latest, ubuntu-latest]
exclude:
# Sphinx 6 supports 3.8+
- { python-version: '3.7', sphinx-version: '==6.0.0b1', os: windows-latest }
- { python-version: '3.7', sphinx-version: '==6.0.0b1', os: macos-latest }
- { python-version: '3.7', sphinx-version: '==6.0.0b1', os: ubuntu-latest }
- { python-version: '3.7', sphinx-version: '>=6a0,<7' }
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit a575327

Please sign in to comment.