rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
128 stars 26 forks source link

support python 3.10 #78

Closed ankush closed 10 months ago

ankush commented 10 months ago

3.10 is default python version on Ubuntu 22.x So it will allow more users to use it without worrying about installing a specific python version.

I'd even go further and support 3.9 too. Let me know if I can help.

Xieyt commented 10 months ago

I have added support for till 3.10 as of now #80. I will work on this later considering the changes for 3.9 as changes regarding type hinting will take time.

ankush commented 10 months ago

@Xieyt we can skip 3.9 if it's too much hassle. 3.10 type annotations are quite nice :grimacing: