cairo-lang
cairo-lang copied to clipboard
Support for python 3.9 & 3.10
@liorgold2 is it possible to merge this small change? gives opportunity for toolchains to use latest Python releases
Is the
extend
instead of+=
also required for python3.9/3.10? Why?
I prefer extend()
, but I don't think it matters.
Reasons for my preference:
- More readable
- Faster (https://gist.github.com/mekarpeles/3408081)
- You can chain expressions
- Consistency (have to pick one and try to be consistent, thus pick extend for first several reasons)
It really does not matter though in this context.
Hey - can this please get merged soon? Really hoping to use the newer python versions without having this issue: https://github.com/starkware-libs/cairo-lang/issues/41
Hey - can this please get merged soon? Really hoping to use the newer python versions without having this issue: #41
Please see my comment above.
Hey - can this please get merged soon? Really hoping to use the newer python versions without having this issue: #41
Please see my comment above.
There is still incompatibility with frozendict
standing in the way of supporting 3.10.x: https://github.com/Shard-Labs/starknet-devnet/pull/108
Please see my previous comment.
On Sat, May 21, 2022, 04:08 Dhrumil Shah @.***> wrote:
Hey - can this please get merged soon? Really hoping to use the newer python versions without having this issue: #41 https://github.com/starkware-libs/cairo-lang/issues/41
— Reply to this email directly, view it on GitHub https://github.com/starkware-libs/cairo-lang/pull/43#issuecomment-1133490247, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJDO2JIE4A7NN4ODKKFNG3DVLAZSNANCNFSM5R6YSCYQ . You are receiving this because you were mentioned.Message ID: @.***>