-
Notifications
You must be signed in to change notification settings - Fork 30
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 running with Python 3.6 and 3.7 #32
Merged
Merged
Changes from all commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
4be519a
Parse targeted Python version via pants.ini value
Eric-Arellano 5f9c5d3
Update docs to mention pinning Python version
Eric-Arellano 2dcdcfc
Remove pants_engine_python_version from pants.ini
Eric-Arellano 3b1c763
Fix interpreter_version failing script when interpreter_version not f…
Eric-Arellano 5531a2b
Add ci.py to CI to allow parameterizing pants_version and python_version
Eric-Arellano 4d2791a
Squashed commit of the following:
Eric-Arellano 65cae1e
Implement naming scheme
Eric-Arellano 481a2d3
Update interpreter selection test to modify pants.ini
Eric-Arellano 28f3c41
Rename venv folders to py27 etc., not py2.7
Eric-Arellano a9d1f77
Upgrade version to 1.15.0.dev4
Eric-Arellano 37bdbde
Merge branch 'gh-pages' of github.com:pantsbuild/setup into py3
Eric-Arellano 30321a1
Rename to pants_runtime_python_version
Eric-Arellano a2ef6e2
Refactor ci.py
Eric-Arellano dc7257c
Merge branch 'gh-pages' of github.com:pantsbuild/setup into py3
Eric-Arellano 3382787
Check interpreter is valid
Eric-Arellano b1fd519
Fix not using keyword arg
Eric-Arellano ed937fa
Remove stry pdb import
Eric-Arellano 21ad22f
Nest conditionals in write_config_entry
Eric-Arellano 8721501
Fix one more bad reference to pants_engine_python_version
Eric-Arellano b4e921c
No longer change documentation
Eric-Arellano d772494
Skip test that will always fail until 1.15.0
Eric-Arellano b7ef228
Also remove pants_runtime_python_version from pants.ini
Eric-Arellano d0dab99
Add back accidently deleted <p>
Eric-Arellano 1b00a22
Improve wording
Eric-Arellano 843803d
Use configparser to dramatically simplify ci.py
Eric-Arellano f9409ca
Override ConfigParser's default of space around delimiter :
Eric-Arellano afa23d6
Refactor ./pants
Eric-Arellano f271934
Use sed line from Danny
Eric-Arellano 124f5b3
Remove bad pants.ini line from debugging
Eric-Arellano f09a007
Apply suggestions from Danny's code review
cosmicexplorer 575f1b3
Merge branch 'gh-pages' of github.com:pantsbuild/setup into py3
Eric-Arellano 582fabd
Additional bash improvements from Danny
Eric-Arellano 2931c7e
Merge branch 'py3' of github.com:Eric-Arellano/setup into py3
Eric-Arellano b11c63d
Merge branch 'gh-pages' of github.com:pantsbuild/setup into py3
Eric-Arellano ec4e5ae
Clarify in high level flow the env var name $PYTHON
Eric-Arellano f388027
Fix undefined name from bad merge
Eric-Arellano 9a75f9f
Remove bad \ from .travis.yml script entry
Eric-Arellano 03b13d3
Restore pants.ini if command fails and --python-version changed
Eric-Arellano f231cfd
Remove unnecessary except clause
Eric-Arellano 4731d58
Extract temporarily_rewrite_config() context manager
Eric-Arellano 0c128f8
Use get_exe_path_or_die per Danny's suggestion
Eric-Arellano fbbde0b
Revert bad setting of '-x'
Eric-Arellano 0b9ee0e
Rename local variables to reflect new function name
Eric-Arellano 1b5a6bc
Remove stray white line
Eric-Arellano cac7e02
Fix unnamed value in ci.py
Eric-Arellano be6f731
Upgrade to 1.15.0.dev4!
Eric-Arellano 90e5c7d
Upgrade virtualenv to 16.4.3
Eric-Arellano fa1f224
See if python -m ensurepip works
Eric-Arellano 741a238
Revert "See if python -m ensurepip works"
Eric-Arellano e362d8e
Squashed commit of the following:
Eric-Arellano b9d4b25
Squashed commit of the following:
Eric-Arellano d79a553
Merge branch 'gh-pages' of github.com:pantsbuild/setup into py3
Eric-Arellano 9a1800e
Merge branch 'gh-pages' of github.com:pantsbuild/setup into py3
Eric-Arellano 215ea00
Fix bad merge leaving off --python-version arg
Eric-Arellano 4322fa2
Remove bad __pycache__ from wip that made it into here
Eric-Arellano File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love enums!!