-
-
Notifications
You must be signed in to change notification settings - Fork 328
recommended version of python? #1097
-
I'm just about to get started. However, I couldn't find any discussions about Python versions anywhere, so I'm curious if I can use just any version. I'm planning to use a version above 3.7, but is there anything like not being able to use a version above 3.10?
Beta Was this translation helpful? Give feedback.
All reactions
That information is available on PyPI.
We currently support 3.9+.
Replies: 2 comments 1 reply
-
I found some info about it on "contributor guide"
Python >= 3.9, Is it required?
Beta Was this translation helpful? Give feedback.
All reactions
-
That information is available on PyPI.
We currently support 3.9+.
Beta Was this translation helpful? Give feedback.
All reactions
-
Hello @sain0722,
Python version depends on the task you are planning to do with it, like Flask supports >=3.7 and reactpy >=3.9. Be sure to check pypi website for checking the versions. It is recommended to use the latest version to start.
Thanks/
Beta Was this translation helpful? Give feedback.