-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
update async code #91
Comments
Hi there, in which file you need to modify async function? |
You can grep asyncio in the code base. The scope of this case is to bring the async calls up to date with python version 3.10+ |
having same issue with python 3.10 $ gita pull
Traceback (most recent call last):
File "/opt/homebrew/lib/python3.10/site-packages/gita/utils.py", line 383, in run_async
File "/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/subprocess.py", line 218, in create_subprocess_exec
File "/opt/homebrew/Cellar/[email protected]/3.10.6_1/Frameworks/Python.framework/Versions/3.10/lib/python3.10/asyncio/base_events.py", line 1667, in subprocess_exec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently I'm using py3.6 api in
asyncio
. They are different in py3.7 and won't even work in py3.10At some point, we need to update them
https://docs.python.org/3.10/whatsnew/3.10.html
https://www.python.org/dev/peps/pep-0619/ (release schedule)
The text was updated successfully, but these errors were encountered: