Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Incompatibility with Python 3.7.0 #22

Open
palnabarun opened this issue Sep 27, 2018 · 1 comment
Open

Incompatibility with Python 3.7.0 #22

palnabarun opened this issue Sep 27, 2018 · 1 comment

Comments

@palnabarun
Copy link
Contributor

➜ roro run echo hello world
Traceback (most recent call last):
  File "/home/nabarun/.local/bin/roro", line 7, in <module>
    from roro.cli import cli
  File "/home/nabarun/.local/lib/python3.7/site-packages/roro/__init__.py", line 4, in <module>
    from .projects import get_current_project, Task
  File "/home/nabarun/.local/lib/python3.7/site-packages/roro/projects.py", line 79
    def deploy(self, async=False):
                         ^
SyntaxError: invalid syntax
@palnabarun
Copy link
Contributor Author

It works fine with Python 3.6.6

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

No branches or pull requests

1 participant