Update PyPI classifiers and required python version

This commit is contained in:
Mads Marquart
2019-08-28 21:24:59 +02:00
parent 5ee93b760a
commit 330473a092
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ This project was inspired by `facebook-chat-api <https://github.com/Schmavery/fa
**No XMPP or API key is needed**. Just use your email and password.
Currently ``fbchat`` support Python 2.7, 3.4, 3.5 and 3.6:
Currently ``fbchat`` support Python 3.5, 3.6, 3.7 and 3.8:
``fbchat`` works by emulating the browser.
This means doing the exact same GET/POST requests and tricking Facebook into thinking it's accessing the website normally.