onnx / optimizer

Actively maintained ONNX Optimizer
Apache License 2.0
650 stars 90 forks source link

optimizer support for python 3.11 #107

Closed ptoupas closed 1 year ago

ptoupas commented 1 year ago

It seems like the optimizer currently does not support python 3.11. I was wondering if you plan on supporting that since there are quite some performance improvements compared to prior python versions.

daquexian commented 1 year ago

thanks for your issue. I'll support it in the next week

ptoupas commented 1 year ago

Is there any update regarding this issue?

daquexian commented 1 year ago

Is there any update regarding this issue?

sorry for the late response. I'm trying supporting python 3.11 in a branch. Hopefully it can be supported tomorrow.

ptoupas commented 1 year ago

Is there any update regarding this issue?

sorry for the late response. I'm trying supporting python 3.11 in a branch. Hopefully it can be supported tomorrow.

Amazing! Thanks a lot @daquexian

daquexian commented 1 year ago

@ptoupas Python 3.11 is supported in the latest release 0.3.6. Feel free to reopen this issue if you have any further problems.