frappe / chat

Modern Chat App for Frappe
Other
106 stars 131 forks source link

fix: type object 'datetime.time' has no attribute 'fromisoformat' #34

Closed bhavesh95863 closed 1 year ago

bhavesh95863 commented 2 years ago

datetime.time.fromisoformat is not available in python < 3.7.

ankush commented 1 year ago

both v13 and v14 are >3.7 lets skip this?

Also 3.6 was EOL nearly a year ago.