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

build(deps): add .python-version file #338

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ckingbailey
Copy link
Collaborator

I found that Python 3.9 is the highest Python version that will work with make import and make process. I didn't try any versions older than 3.9. This adds a .python-version file specifying 3.9 so that others don't have to try different Python versions to figure out which one works.

Copy link
Contributor

@ChenglimEar ChenglimEar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would like to make sure the travis build follows this setting. If that's not possible, I can approve as is.

@@ -0,0 +1 @@
3.9
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can the travis build be updated to pull the version from this file?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

2 participants