Message320762
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | ncoghlan |
|---|---|
| Recipients | christian.heimes, ncoghlan, ned.deily |
| Date | 2018-06-30.09:26:42 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1530350802.86.0.56676864532.issue34009@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
As noted in https://github.com/travis-ci/travis-ci/issues/9069, Travis CI's Ubuntu 14.04 environment includes an OpenSSL that's too old to meet Python 3.7's security requirements. According to https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-395471575, setting "dist: xenial" instead (giving Ubuntu 16.04) provides a testing environment with a new enough OpenSSL for 3.7 to work. I'm thinking it would make the most sense as a subsection under https://docs.python.org/dev/whatsnew/3.7.html#platform-support-removals (https://docs.python.org/dev/whatsnew/3.7.html#ssl does mention this information in a note, but that uses the OpenSSL version numbers directly, which folks aren't necessarily going to know to go to distrowatch to check which Travis environment they need to select: https://distrowatch.com/table.php?distribution=Ubuntu ) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-30 09:26:42 | ncoghlan | set | recipients: + ncoghlan, christian.heimes, ned.deily |
| 2018-06-30 09:26:42 | ncoghlan | set | messageid: <1530350802.86.0.56676864532.issue34009@psf.upfronthosting.co.za> |
| 2018-06-30 09:26:42 | ncoghlan | link | issue34009 messages |
| 2018-06-30 09:26:42 | ncoghlan | create | |