-
Notifications
You must be signed in to change notification settings - Fork 208
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
Python 3.11.3に更新する #662
Python 3.11.3に更新する #662
Conversation
fix TypeError: PrettyTable._format_rows() takes 2 positional arguments but 3 were given
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.
ほぼLGTMです!! 1箇所だけ。
マージ後は案内issueをたててpinしつつ、discordの方でも告知しようかなと思います。
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.
LGTM!!
いろんな記法が追加されたはずなので楽しみです。
Type Hinting周りも結構変わったはず。
Co-authored-by: Hiroshiba <[email protected]>
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.
LGTM!
問題ないと思います!
マージしちゃいますね!
内容
Python 3.11.3に更新します。
pip-licenses
をPython 3.11に対応した4.xに更新Jinja2
が依存するMarkupSafe
をPython 3.11に対応した2.1.2に更新Cython
をPython 3.11に対応した0.29.34に更新cython>=0.29.33
docker run --rm -p '127.0.0.1:50021:50021' aoirint/voicevox_engine:cpu-ubuntu20.04-0.15.0-aoir.5
pysenの
py_version
設定についてpysenがPython 3.11を公式にはサポートしていないため、Python 3.10にあたる
py310
を指定しています。Python 3.10のサポート時のPRでは、テスト用ライブラリの更新くらいの差分のため、Python 3.11で使用しても大きな問題はなさそうだと思っています。
関連 Issue
close #607
スクリーンショット・動画など
その他