-
Notifications
You must be signed in to change notification settings - Fork 248
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
support python3.12&3.13 #887
Conversation
…ode/lyrebird3/venvtest313/bin/python /Users/sheng/.vscode/extensions/ms-python.python-2023.8.0/pythonFiles/lib/python/debugpy/adapter/../../debugpy/launcher 52292 -- -m lyrebird -v -b -c /Users/sheng/.lyrebird/downloads/conf/clienttool.json --plugin /Users/sheng/workCode/toolchain-lyrebird-recorder --plugin /Users/sheng/workCode/toolchain-lyrebird-debug-config-helper --plugin /Users/sheng/workCode/toolchain-lyrebird-flow-editor --plugin /Users/sheng/workCode/lyrebird-bugit
@@ -31,11 +31,12 @@ def read_requirements(name): | |||
zip_safe=False, | |||
classifiers=[ | |||
"Programming Language :: Python :: 3 :: Only", | |||
"Programming Language :: Python :: 3.7", |
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.
3.7意思是不支持了吗?
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.
是的,停止支持了
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.
有一个疑问,其他的ok
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.
done
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.
pass
No description provided.