erg-lang / erg

A statically typed language compatible with Python
http://erg-lang.org
Apache License 2.0
2.69k stars 55 forks source link

Update codegen.rs #277

Closed mtshiba closed 1 year ago

mtshiba commented 1 year ago

Fixes #276.

GreasySlug commented 1 year ago

I can confirm that it works with python 3.10.8 I cannot be the judge of whether the magic number; Some(11) is correct or not.

mtshiba commented 1 year ago

OK, then please approve it.

Files changed -> Review changes -> Approve -> Submit review

Acceptance is not necessary for merging, but please know how to do it, as this is likely to happen in the future.

mtshiba commented 1 year ago

11 is the minor version number of Python version 3.11.

GreasySlug commented 1 year ago

Thank you