pypa / readme_renderer

Safely render long_description/README files in Warehouse
Apache License 2.0
158 stars 88 forks source link

Temporarily pin docutils to resolve CI failures #311

Closed kurtmckee closed 6 days ago

kurtmckee commented 1 week ago

This PR introduces one possible route to resolve CI failures: pinning docutils to an older version that supports all of the Python versions that readme_renderer is currently tested against.

Newer versions of docutils changed the HTML rendering and dropped Python 3.8 support, so the test suite currently only passes under Python 3.8, which is EOL in October 2024.

This PR is related to #310, but doesn't fundamentally resolve it. It does, however, allow evaluation of incoming PRs.

miketheman commented 6 days ago

Superseded by #315