From 28199f0aa9f309055e85b1dd8d437e0429a52229 Mon Sep 17 00:00:00 2001 From: Artur Shiriev Date: Thu, 24 Sep 2026 01:35:39 +0300 Subject: [PATCH] ci: record why the floors gate omits 3.14t --- .github/workflows/_checks.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/_checks.yml b/.github/workflows/_checks.yml index a02f4a8..d5555cf 100644 --- a/.github/workflows/_checks.yml +++ b/.github/workflows/_checks.yml @@ -63,6 +63,9 @@ jobs: # bound instead, on every supported interpreter: a floor's wheel coverage is # per-interpreter, so two interpreters resolving the same versions can still # disagree on whether those versions install. + # 3.14t is out: no aiokafka release ships a cp314t wheel, so under --no-build this leg + # would measure upstream's gap rather than this repo's floor. `pytest` reaches 3.14t + # only by building the sdist with AIOKAFKA_NO_EXTENSIONS=1, which --no-build forbids. runs-on: ubuntu-latest strategy: fail-fast: false