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

[WIP] Python 3 Support #2

Closed
wants to merge 4 commits into from
Closed

[WIP] Python 3 Support #2

wants to merge 4 commits into from

Conversation

wrigby
Copy link
Contributor

@wrigby wrigby commented Feb 18, 2022

This will be a long-running PR to track progress on updating the Flip-Disc application framework to Python 3.

The current scope looks like:

  • Naively run 2to3
  • Clean up setup.py to simplify the build for particles bindings
  • Migrate from Tornado to asyncio (toredis -> redis-py, once redis-py asyncio support is merged)

Once this is merged, new Flip-Disc displays will ship with a Python 3.7-based execution environment, which will be used for apps specifying the "python37" environment in their manifest.

* Always use Cython, but use setuptools >= 18
* Temporarily bump versions to >= for all deps
* Reformat with black
@wrigby wrigby requested a review from mfazio26 February 18, 2022 15:59
@wrigby wrigby marked this pull request as draft March 4, 2022 17:06
@wrigby
Copy link
Contributor Author

wrigby commented Jun 14, 2022

Abandoning this PR in favor of @sebschlo's workstream

@wrigby wrigby closed this Jun 14, 2022
@sebschlo sebschlo deleted the py3 branch September 16, 2022 20:29
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

Successfully merging this pull request may close these issues.

1 participant