From 1f080748d4b28dabbed40e8c7497dd327f4caeca Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Fri, 10 Oct 2025 16:40:58 -0700 Subject: [PATCH] Revert "chore: temporarily disable Windows CI in test-e2e workflow" (#241) Reverts anthropics/claude-agent-sdk-python#234 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 75eafa2..097d2ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: needs: test # Run after unit tests pass strategy: matrix: - os: [ubuntu-latest, macos-latest] # windows-latest temporarily disabled + os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.10", "3.11", "3.12", "3.13"] steps: