Closed shaikh-ma closed 9 months ago
Thanks @shaikh-ma!
Hi @jjdelc,
As discussed, here's the Pull Request which supports 3.6 & 3.11.
Please could verify it on your end and let us know if it's good to be merged. :)
Hi @jjdelc,
Can you please let us know how/when this PR can progress? This is a significant impediment to our efforts to update our code base at the moment. If there is anything we can do to further help resolve the PR, please just let us know.
Cheers, Jamie
I'll look at this now
Thanks @shaikh-ma !!
Thank you too @jjdelc !!
As discussed in the issues section of the
scrunch
repository here, this Pull Request attempts to makescrunch
compatible with the Python version3.11
.The adjustments are made only in the modules,
dataset.py
,order.py
&expressions.py
.These include version specific checks for importing methods from the
collection
module and accessing of values of theast.Subscript
object.