From ae61bb84bfccf47cf8c5ee540ee13646ac3c3f17 Mon Sep 17 00:00:00 2001 From: b-long Date: Sun, 9 Aug 2026 10:49:14 -0400 Subject: [PATCH] Add Python versions 3.13 and 3.14 to CI workflow --- .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 af0017d..3035ce5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: # TODO: Consider official support matrix (OS and Go versions) and adjust this matrix accordingly go-version: [1.25.x, 1.24.x, 1.23.x, 1.22.x] platform: [ubuntu-latest, windows-latest, macos-15] - python-version: ['3.11', '3.12'] + python-version: ['3.11', '3.12', '3.13', '3.14'] runs-on: ${{ matrix.platform }} steps: - name: Checkout code