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
A user told me that #264 breaks compatibility with Python 3.6; they get an error from from __future__ import annotations. Not a big deal since this only affects PYNQ OS 2.6, which is only being used by very early adopters of QICK.
We might fix this when we have time, or we might decide to mark this as don't-fix, but for now this issue will serve as a reminder.
The text was updated successfully, but these errors were encountered:
meeg
changed the title
Software is no longer compatiblte with Python 3.6 (PYNQ OS 2.6)
Software is no longer compatible with Python 3.6 (PYNQ OS 2.6)
Sep 10, 2024
A user told me that #264 breaks compatibility with Python 3.6; they get an error from
from __future__ import annotations
. Not a big deal since this only affects PYNQ OS 2.6, which is only being used by very early adopters of QICK.We might fix this when we have time, or we might decide to mark this as don't-fix, but for now this issue will serve as a reminder.
The text was updated successfully, but these errors were encountered: