diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77f59065763..f25e7702a45 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,11 +39,13 @@ jobs: - "3.13-dev" docutils: - "0.18" - - "0.20" + - "0.21" include: # test every supported Docutils version for the latest supported Python - python: "3.12" docutils: "0.19" + - python: "3.12" + docutils: "0.20" steps: - uses: actions/checkout@v4