[Checkins] [zopefoundation/BTrees] 3236f0: Fix Python 3.5 MacOS wheel upload

Marius Gedminas noreply at github.com
Wed Nov 13 07:29:38 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/BTrees
  Commit: 3236f03b33417dcf62feb5da5e419eb6a6be900f
      https://github.com/zopefoundation/BTrees/commit/3236f03b33417dcf62feb5da5e419eb6a6be900f
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Fix Python 3.5 MacOS wheel upload

Python 3.5 on Mac OS doesn't support TLS 1.2, which makes twine upload
fail, but we can use system Python 2.7 for twine upload, which works.

Also brings the rest of the Travis CI configuration closer in line to
the rest of the packages updated for
https://github.com/zopefoundation/meta/issues/11


  Commit: c0b7b6b61159914da98947f517010f0d53504b9b
      https://github.com/zopefoundation/BTrees/commit/c0b7b6b61159914da98947f517010f0d53504b9b
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Merge pull request #117 from zopefoundation/fix-macos-wheel-upload

Fix Python 3.5 MacOS wheel upload


Compare: https://github.com/zopefoundation/BTrees/compare/8aa29e9763a9...c0b7b6b61159


More information about the checkins mailing list