italoseara / whatsappy

A whatsapp api made with selenium in Python
MIT License
43 stars 8 forks source link

Update setup.py for python 3.10 #14

Closed yohannd1 closed 1 year ago

yohannd1 commented 2 years ago

Since the match statement is being used in the codebase and it was introducted in Python 3.10, I think we add python 3.10 as the minimum required version. Merging this would prevent errors like the one in https://github.com/italoseara/whatsappy/issues/12

I don't know how to test this, though, so I don't want to merge it myself right now. @italoseara can you take a look at this?