From 62a59281c02845ca0d8f517af279184ede72237d Mon Sep 17 00:00:00 2001 From: David Date: Mon, 14 Oct 2024 14:18:46 -0500 Subject: [PATCH] Keep CI as long as it's not failing --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 97f3d013..8442734a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13"] experimental: [false] # These versions must pass. include: