diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9369cbe1448..1f798749ed2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - python: "3.10" docutils: du18 - python: "3.10" - docutils: du19pre + docutils: du19 - python: "3.11-dev" docutils: py311 diff --git a/tox.ini b/tox.ini index 8282017e4f6..549f002abd9 100644 --- a/tox.ini +++ b/tox.ini @@ -37,11 +37,6 @@ commands = python -m pip install "git+https://repo.or.cz/docutils.git#subdirectory=docutils" {[testenv]commands} -[testenv:du19pre] -commands = - python -m pip install --pre "docutils==0.19.*" - {[testenv]commands} - [testenv:flake8] basepython = python3 description =