Skip to content

Conversation

@xs5871
Copy link
Collaborator

@xs5871 xs5871 commented May 15, 2025

In preparation for CircuitPython 10.
It's also time to bump up the required CP version. KMK didn't support v7 for a while, and I think we only just barely support v8. I may be wrong, please correct me.

xs5871 added 2 commits May 15, 2025 20:58
BREAKING CHANGE:
This will break compatibility with CircuitPython version < 9.
@regicidalplutophage regicidalplutophage merged commit e1372b0 into KMKfw:main Jun 5, 2025
1 check passed
_task_queue.push(t, ticks_add(ticks_ms(), after_ms))
elif after_ms == 0:
_task_queue.push_head(t)
_task_queue.push(t)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xs5871
I know this is old but FWIW, this was a breaking change and I was running CircuitPython v 8.2.10. Upgraded to Beta 10 and it works.

Getting started docs say CPv7.3+ are compatible 🤷‍♂️

Was a bit of a bear to find, but big thank you to putting that it was a breaking change in the commit 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants