From 0f29f5717ad1c48c22b5b2df953665b69830bfed Mon Sep 17 00:00:00 2001 From: goodboy Date: Mon, 9 Mar 2026 19:59:29 -0400 Subject: [PATCH] `ci.yml` add todos for mp-backend runs and for supporting subints soon! --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25d07448..bdb12e78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,6 +94,12 @@ jobs: 'trio', # 'mp_spawn', # 'mp_forkserver', + # ?TODO^ is it worth it to get these running again? + # + # - [ ] next-gen backends, on 3.13+ + # https://github.com/goodboy/tractor/issues/379 + # 'subinterpreter', + # 'subint', ] steps: