NumPy 1.21.2 may not yet support Python 3.10
Python 3.10 is released and when I try to install NumPy it gives me this: NumPy 1.21.2 may not yet support Python 3.10.. what should I do?
Python 3.10 is released and when I try to install NumPy it gives me this: NumPy 1.21.2 may not yet support Python 3.10.. what should I do?
I’m trying to understand the new structural pattern matching syntax in Python 3.10. I understand that it is possible to match on literal values like this: