iree-org / iree-llvm-sandbox

A sandbox for quick iteration and experimentation on projects related to IREE, MLIR, and LLVM
Apache License 2.0
54 stars 31 forks source link

[CI] Upgrade Python version from 3.9 to 3.11. #759

Closed ingomueller-net closed 1 year ago

ingomueller-net commented 1 year ago

Among other things, this enables the | for types, which is useful for some type annotations that I might use. I also believe that the example of the indexing dialect uses some features that are not yet available in Python v3.9.