-
Notifications
You must be signed in to change notification settings - Fork 65
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
I'm quite sure python 3.8 is needed, not 3.3 #55
Comments
you must run with python 3.8 |
Is there any reasonably well supported way to strip out the typing annotations for the benefit of old python versions? |
Readme says:
|
Well, I've being using virtme using openSUSE Leap 15.3 default python: 3.6.15, and it works. Maybe we should require python 3.6 or higher? @KamasuOri can you say which problems you have when running version 3.6 for example? Per docs.python.org, typing support appeard on python 3.5.9. |
Python 3.6 and lower already reached EOL, Leap 15.3 will reach EOL soon as well. |
@amluto what do you think? Maybe better to advise virtme with python 3.8? |
Or maybe use Python 3.7 at the very least: |
Current 3.3 required version doesn't support typing annotations, which was introduced on 3.5.9. But since 3.7 is almost at EOL, require python 3.8. Link: amluto/virtme#55 Signed-off-by: Marcos Paulo de Souza <[email protected]>
On python 3.5 I get this error
The text was updated successfully, but these errors were encountered: