From 9ca270d62dfca5766852365a6c03a72503c98634 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Thu, 10 Oct 2024 15:58:59 -0700 Subject: [PATCH] Test w Python 3.13 in CI --- .github/workflows/_test_langgraph.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_test_langgraph.yml b/.github/workflows/_test_langgraph.yml index 58f4e7bbf..3f6c7c2b8 100644 --- a/.github/workflows/_test_langgraph.yml +++ b/.github/workflows/_test_langgraph.yml @@ -16,6 +16,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" core-version: - ">=0.2.39,<0.3.0" - "latest"