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

Can this project upgrade to Python 3.6? #169

Closed
martinholmer opened this issue Mar 13, 2018 · 2 comments
Closed

Can this project upgrade to Python 3.6? #169

martinholmer opened this issue Mar 13, 2018 · 2 comments

Comments

@martinholmer
Copy link
Contributor

The Pandas developers seem to be planning to quit supporting Python 2.7 at the end of 2018 as described here. In the coming months the Tax-Calculator developers would like to transition Tax-Calculator to be a Python 3.6+ project.

Will this project find it acceptable to have access to only Python 3.6 taxcalc packages?

@andersonfrailey
Copy link
Collaborator

@martinholmer asked:

Will this project find it acceptable to have access to only Python 3.6 taxcalc packages?

Yes. I'm also going to work on updating this project to work with Python 3.6 in the coming months. The only major obstacle is the linear programming model used in stage 2 extrapolation for the PUF. The CyLP package we currently use is only compatible with Python 2.7 and it is unlikely that will change anytime soon. My search for a replacement model has taken a backseat to my work on the UBI project, but I'll pick it back up when that is complete.

@martinholmer
Copy link
Contributor Author

@andersonfrailey said:

Will this project find it acceptable to have access to only Python 3.6 taxcalc packages?

Yes. I'm also going to work on updating this project to work with Python 3.6 in the coming months. The only major obstacle is the linear programming model used in stage 2 extrapolation for the PUF. The CyLP package we currently use is only compatible with Python 2.7 and it is unlikely that will change anytime soon. My search for a replacement model has taken a backseat to my work on the UBI project, but I'll pick it back up when that is complete.

Thanks for the quick response!

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