From 1a3cc53f5d80b8cdab2859fcf82346728d652d9e Mon Sep 17 00:00:00 2001 From: Binyamin Y Cohen <42520501+binyamin555@users.noreply.github.com> Date: Mon, 9 Feb 2026 19:34:15 +0200 Subject: [PATCH 1/3] Add tests for (3.12, 3.13)/Windows --- .github/workflows/python-test-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test-windows.yml b/.github/workflows/python-test-windows.yml index b75374a..0ef76a7 100644 --- a/.github/workflows/python-test-windows.yml +++ b/.github/workflows/python-test-windows.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3 From 2e5912c78bbba30d66477adff7adbd0b43b77a7b Mon Sep 17 00:00:00 2001 From: Binyamin Y Cohen <42520501+binyamin555@users.noreply.github.com> Date: Mon, 9 Feb 2026 19:35:01 +0200 Subject: [PATCH 2/3] Add tests for (3.12, 3.13)/Mac --- .github/workflows/python-test-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test-macos.yml b/.github/workflows/python-test-macos.yml index 5be5445..9726a23 100644 --- a/.github/workflows/python-test-macos.yml +++ b/.github/workflows/python-test-macos.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3 From edc7c38439c7bed5b07677dc9c710a4594e57f39 Mon Sep 17 00:00:00 2001 From: Binyamin Y Cohen <42520501+binyamin555@users.noreply.github.com> Date: Mon, 9 Feb 2026 19:35:39 +0200 Subject: [PATCH 3/3] Add tests for (3.12, 3.13)/Linux --- .github/workflows/python-test-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-test-linux.yml b/.github/workflows/python-test-linux.yml index 1f2f564..f20a1c0 100644 --- a/.github/workflows/python-test-linux.yml +++ b/.github/workflows/python-test-linux.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3