We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd959a7 commit fa24601Copy full SHA for fa24601
.github/workflows/workflow.yml
@@ -69,7 +69,7 @@ jobs:
69
fail-fast: false
70
matrix:
71
python-version: ['pypy3.9', '3.8', '3.9', '3.10', '3.11']
72
- sphinx-version: ['>=4,<5', '>=5,<6', '>=6a0,<7']
+ sphinx-version: ['>=4,<5', '>=5,<6', '>=6a0,<7', '>=7,<8']
73
os: [windows-latest, macos-latest, ubuntu-latest]
74
steps:
75
- uses: actions/checkout@v3
0 commit comments