nestorsalceda / mamba

The definitive testing tool for Python. Born under the banner of Behavior Driven Development (BDD).
http://nestorsalceda.github.io/mamba
MIT License
520 stars 64 forks source link

Detail supported Python versions #83

Closed heitorsilva closed 6 years ago

heitorsilva commented 8 years ago

Hello!

Please, include on the documentation which versions of Python are supported by this tool.

I'm working on a legacy application that uses Python 2.6, and I didn't knew if it was going to work or not, until I've used myself.

One example of what I'm asking is the head of the README.md file of Sure PyPI python versions

Best regards.

AnneTheAgile commented 8 years ago

That might be hard to do without a whole ci system, which I don't think is here. But the author could state what version he was running on. That would help alot.

nestorsalceda commented 6 years ago

0.9 releases support Python 2.7 and Python 3.6. I dropped 2.6 support. @heitorsilva if this is a trouble with you, I think I can try to keep 2.6 maintenance.

https://github.com/nestorsalceda/mamba/blob/master/.travis.yml#L2

I've added badge to README, and I think in next version will be shown.

Thanks!