Closed aoberoi closed 4 years ago
We've fixed https://github.com/slackapi/python-slack-events-api/issues/53 by merging https://github.com/slackapi/python-slack-events-api/pull/68
As this package depends on Flask, it should align with Flask's policy.
As of Flask 1.1.2, it supports the following versions:
Requires: Python >=2.7, !=3.0., !=3.1., !=3.2., !=3.3., !=3.4.*
I will make a pull request to set the supported versions.
Description
It seems like a bunch of unsupported Python versions are running in the tests. I think it should be the same as those for
slackclient
, which arepy{27,34,35,36}
. This seems to be the cause of failures in open PRs.Also, declaring the specific versions that are supported in the
setup.py
metadata, as done inslackclient
would make it easier for users and machines to understand if their system is compatible or not.Requirements