questionlp’s avatarquestionlp’s Twitter Archive—№ 38,544

      1. …in reply to @webology
        @webology @AdamChainz @itamarst The fact that pyenv has been updated to include "3.10.0" (just waiting for the Homebrew recipe to pick up the new pyenv version) gives me a chance to try it out with my projects without mucking up everything else (which targets 3.8.x).
    1. …in reply to @questionlp
      @webology @AdamChainz @itamarst I'm sure the packages that I'm using for my projects won't be happy with "3.10.0" but having the ability to selectively use specific Python versions at a directory or global level via pyenv has really helped prep for new releases as they come out.
  1. …in reply to @questionlp
    @webology @AdamChainz @itamarst Granted, my projects aren't complex or special. The only two that I worry about re: new version support are numpy and mysql-connector-python. While a Cython build for the latter would help with performance, but a pure Python version isn't too much slower (esp w/ compression off)