Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Python2.7 #10

Open
whart222 opened this issue Apr 10, 2016 · 2 comments
Open

Add support for Python2.7 #10

whart222 opened this issue Apr 10, 2016 · 2 comments

Comments

@whart222
Copy link
Contributor

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

@astrojuanlu
Copy link
Member

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
Copy link
Contributor Author

That makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants