Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cherry_picker needs Python 3.6 #63

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

Closed
pitrou opened this issue Mar 24, 2017 · 1 comment
Closed

cherry_picker needs Python 3.6 #63

pitrou opened this issue Mar 24, 2017 · 1 comment

Comments

@pitrou
Copy link
Member

pitrou commented Mar 24, 2017

It would be nice if at least cherry_picker allowed older Python 3s.

$ python -V
Python 3.5.2
$ python -m cherry_picker 
Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 174, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "/usr/lib/python3.5/runpy.py", line 144, in _get_module_details
    code = loader.get_code(mod_name)
  File "<frozen importlib._bootstrap_external>", line 767, in get_code
  File "<frozen importlib._bootstrap_external>", line 727, in source_to_code
  File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  File "/home/antoine/cpython/core-workflow/cherry_picker/cherry_picker.py", line 24
    run_cmd(f"git fetch {upstream}", dry_run=dry_run)
                                  ^
SyntaxError: invalid syntax
@serhiy-storchaka
Copy link
Member

This is a duplicate of #56.

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

No branches or pull requests

3 participants