pypa / readme_renderer

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

chore: drop support for python 3.7 #282

Closed miketheman closed 1 year ago

miketheman commented 1 year ago

Python 3.7 is no longer supported, so we can drop support here as well. Using the python_requires flag in the package metadata should guide installers on 3.7 to use the oldest published version (37.3).

miketheman commented 1 year ago

Needs a repo admin to remove the Required status for Test - 3.7 and update the status for pypy-3.7 to 3.8

Thought: This might be a good use case for https://github.com/marketplace/actions/alls-green , since we expect the versions to change periodically cc @webknjaz