From 43b8ba4fc90af470d87b5da546ba913cc63b0cf6 Mon Sep 17 00:00:00 2001 From: Douglas Creager Date: Mon, 8 Jun 2026 15:26:28 -0400 Subject: [PATCH] update conformance suite pin --- .github/workflows/typing_conformance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typing_conformance.yaml b/.github/workflows/typing_conformance.yaml index d0985c11a65052..da4e0a97b70b06 100644 --- a/.github/workflows/typing_conformance.yaml +++ b/.github/workflows/typing_conformance.yaml @@ -36,7 +36,7 @@ env: RUST_BACKTRACE: 1 # Line-tables-only debug info: faster builds, backtraces still work. CARGO_PROFILE_DEV_DEBUG: line-tables-only - CONFORMANCE_SUITE_COMMIT: 735dba9cea697bf163be39d4c1a62ed4351e3877 + CONFORMANCE_SUITE_COMMIT: f9664d894c8cbfca8fba44624bdedef09add1aa7 PYTHON_VERSION: 3.12 jobs: