From cb22f21f87ec136acb0988cd1111e928f6d21480 Mon Sep 17 00:00:00 2001 From: david grossman Date: Mon, 30 Mar 2026 11:41:47 -0400 Subject: [PATCH 1/6] chore: check if 3.14 can be added in --- .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 62e08a5e..822111b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 From cfd47adda444ac7b152d6cf11385c1a01bbfc6a8 Mon Sep 17 00:00:00 2001 From: david grossman Date: Mon, 30 Mar 2026 12:18:58 -0400 Subject: [PATCH 2/6] chore: get greedy and see if 3.15 also works --- .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 822111b0..4ec46a37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"] steps: - uses: actions/checkout@v4 From af390a25eafd5f5c6a78c60fc4be5dae9b24281d Mon Sep 17 00:00:00 2001 From: david grossman Date: Mon, 30 Mar 2026 12:39:24 -0400 Subject: [PATCH 3/6] chore: get greedy and see if 3.15 also works --- .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 4ec46a37..9d4e5d2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15-alpha"] steps: - uses: actions/checkout@v4 From e8e0e64c9f47d479aa2c6bfa5ac02b06b6b63012 Mon Sep 17 00:00:00 2001 From: david grossman Date: Mon, 30 Mar 2026 12:40:36 -0400 Subject: [PATCH 4/6] chore: get greedy and see if 3.15 also works --- .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 9d4e5d2b..40423b72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15-alpha"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15-alpha.7"] steps: - uses: actions/checkout@v4 From 57ea452a46ec801baa1a88bbdec2d5a1eae51ea0 Mon Sep 17 00:00:00 2001 From: david grossman Date: Mon, 30 Mar 2026 12:42:02 -0400 Subject: [PATCH 5/6] chore: get greedy and see if 3.15 also works --- .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 40423b72..e66e6bb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15-alpha.7"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15.0-alpha.7"] steps: - uses: actions/checkout@v4 From 635575e62df2981e822c2ffa6ed630a780e78dc4 Mon Sep 17 00:00:00 2001 From: david grossman Date: Mon, 30 Mar 2026 12:47:37 -0400 Subject: [PATCH 6/6] chore: 3.14 is as far as we go for now. --- .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 e66e6bb7..822111b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15.0-alpha.7"] + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4