https://kedro.org/ logo
#questions
Title
# questions
z

Zemeio

04/04/2023, 4:52 AM
Hey guys, does kedro support python 3.11? Is there any plan on supporting 3.11 soon?
d

Deepyaman Datta

04/04/2023, 4:55 AM
No, but it's actively being worked on (see https://github.com/kedro-org/kedro/issues/2270)
👍 1
n

Nok Lam Chan

04/04/2023, 9:24 AM
@Zemeio Yes, I did some quick test what is needed for Python3.11. For framework it should just work, the current blocker is Spark which will have a release end of this month.
z

Zemeio

04/04/2023, 9:35 AM
@Nok Lam Chan Ok. I am going with python 3.10 for now, because that is what pip allows me, but eventually I will move to 3.11, thanks for replying.