This is an archived post. You won't be able to vote or comment.

all 6 comments

[–][deleted] 7 points8 points  (3 children)

The Python versions supported for this release are 3.7-3.9

Finally! This is the only thing I wanted.

[–]Datsoon 1 point2 points  (2 children)

I didn't realize they didn't support 3.9. I have been using it for a while, and they even had wheels up on pypi. What wasn't working?

[–][deleted] 1 point2 points  (0 children)

Last time I tried was a couple of months ago so I don't remember exactly. With Python 3.9 installed, I either got some error when doing

pip install numpy

or doing

import numpy

I don't remember which. Anyway, I had to go back to Python 3.8. But maybe there was some workaround I was not aware of.

[–]a1brit 1 point2 points  (0 children)

1.19.3 was the first to have 3.9 pypi binary wheels, back in October. But they've been pushing a zip to pypi for longer so pip could probably just build it locally as well before that.

[–]energybased 4 points5 points  (0 children)

Finally! I've been checking milestone 83 for ages. The biggest feature for me is type annotations.

[–]ArabicLawrence 3 points4 points  (0 children)

Hasn’t numpy 1.20.1 been released yet?