Skip to content

Commit

Permalink
Pin Sphinx testing to < 7.3 (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: Vasista Vovveti <[email protected]>
  • Loading branch information
sciencewhiz and TheTripleV authored Jun 23, 2024
1 parent 1356b07 commit fe2c427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['pypy3.9', '3.8', '3.9', '3.10', '3.11', '3.12']
sphinx-version: ['>=5,<6', '>=6a0,<7', '>=7,<8']
sphinx-version: ['>=5,<6', '>=6a0,<7', '>=7,<7.3']
os: [windows-latest, macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fe2c427

Please sign in to comment.