You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
most importantly, this will allow us to use kw_only for dataclasses and thus significantly simplify "manual" object creation
(because with kw_only dataclasses, it is possible to use defaulted attributes and class inheritance simultaneously)
currently, this is blocked by the fact that we aim for all maintained Ubuntu LTS releases to be supported out of the box. The first release that ships with python >= 3.10 is 22.04, i.e., until Ubuntu 20.04 reaches its end of life in April 2025, we are stuck with python 3.8...
The text was updated successfully, but these errors were encountered:
most importantly, this will allow us to use
kw_only
for dataclasses and thus significantly simplify "manual" object creation(because with
kw_only
dataclasses, it is possible to use defaulted attributes and class inheritance simultaneously)currently, this is blocked by the fact that we aim for all maintained Ubuntu LTS releases to be supported out of the box. The first release that ships with python >= 3.10 is 22.04, i.e., until Ubuntu 20.04 reaches its end of life in April 2025, we are stuck with python 3.8...
The text was updated successfully, but these errors were encountered: