pypa / readme_renderer

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

Officially support Python 3.7 #138

Closed thicolares closed 5 years ago

thicolares commented 6 years ago

Tested against 3.7 (but there're some pre-existing Warnings) Added Python 3.7 to classifiers

Issue #135

jamadden commented 6 years ago

sudo: required is needed to be able to install 3.7. At any rate, the container-based build infrastructure that you got with sudo: false is going away. Travis is asking people to take sudo: false out of their configs entirely, leaving you with the default of sudo: required.