What is the current behavior?
An error when running under Python 3.14
AttributeError: 'super' object has no attribute '_expr_id' and no __dict__ for setting new attributes
https://github.com/snowflakedb/snowpark-python/blob/main/src/snowflake/snowpark/_internal/analyzer/expression.py#L162
What is the desired behavior?
Successful run under Python 3.14
How would this improve snowflake-snowpark-python?
Enables snowpark usage with most current and performant Python.
References, Other Background
Python 3.14 was released on October 2025
https://docs.python.org/3/whatsnew/3.14.html
What is the current behavior?
An error when running under Python 3.14
AttributeError: 'super' object has no attribute '_expr_id' and no __dict__ for setting new attributeshttps://github.com/snowflakedb/snowpark-python/blob/main/src/snowflake/snowpark/_internal/analyzer/expression.py#L162
What is the desired behavior?
Successful run under Python 3.14
How would this improve
snowflake-snowpark-python?Enables snowpark usage with most current and performant Python.
References, Other Background
Python 3.14 was released on October 2025
https://docs.python.org/3/whatsnew/3.14.html