Skip to content

Commit

Permalink
⬆️ UPGRADE: allow docutils v0.20.x (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jun 5, 2023
1 parent 40a548d commit 41582e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
docutils-version: ["0.17", "0.18", "0.19"]
docutils-version: ["0.17", "0.18", "0.19", "0.20"]

steps:
- name: Checkout source
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ keywords = [
]
requires-python = ">=3.8"
dependencies = [
"docutils>=0.15,<0.20",
"docutils>=0.16,<0.21",
"jinja2", # required for substitutions, but let sphinx choose version
"markdown-it-py~=3.0",
"mdit-py-plugins~=0.4",
Expand Down

0 comments on commit 41582e2

Please sign in to comment.