CAChemE / pyomo-recipes

Useful conda recipes for Pyomo and dependencies.
MIT License
6 stars 2 forks source link

Add support for Python2.7 #10

Open whart222 opened 8 years ago

whart222 commented 8 years ago

Some packages, like Gurobi, only support Python 2.7. Can we automate the creation of packages for Python 2.7?

astrojuanlu commented 8 years ago

We initially sticked to Python 3.5 to iterate faster, because debugging AppVeyor builds is a pain in the neck and locally building Windows extensions is easier in Python 3.5 (see for instance this lengthy post about the changes that took place in the last version).

Apart from that, there's no reason not to automate the creation of packages for Python 2.7 too (and while we're at it Python 3.4, in case anybody needs it).

whart222 commented 8 years ago

That makes sense.