Skip to content

Commit

Permalink
.github/workflows/test: Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Feb 28, 2024
1 parent 1fb8364 commit 920dac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
sphinx_version: ["", "~=6.0.0", "~=5.0.0"]
python_version: ["3.8", "3.10", '3.x']
#exclude:
exclude:
- {sphinx_version: "~=6.0.0", python_version: '3.8'}
# - {sphinx_version: "~=4.0.0", python_version: '3.10'}
# - {sphinx_version: "~=3.0.0", python_version: '3.x'}
Expand Down

0 comments on commit 920dac9

Please sign in to comment.