Skip to content

Add Ci for docutils 0.19, remove support for 0.14/0.15

Brett Walker requested to merge add-docutils-0.19-to-ci-matrix into master

Add CI statements to test docutils version 0.19, released in July 2022: https://docutils.sourceforge.io/RELEASE-NOTES.html. This is in support of implementing Update docutils to 0.19 (gitlab#381733 - closed)

Drop docutils 0.14.x/0.15.x support (#3159 - closed) is the issue to remove support for 0.14 and 0.15. Omnibus is already requiring 0.16, https://gitlab.com/gitlab-org/omnibus-gitlab/blob/7ac76374a33ba0f509a2d0e9b8ae74072bb07f5d/config/software/python-docutils.rb#L21.

GitLab uses 0.13, but we're not testing for that anyway.

So we're removing support for 0.14 and 0.15

Merge request reports