From 8dfb9a15bb06f6a591a8b6e0c6776012a40a78ce Mon Sep 17 00:00:00 2001 From: Diego Rabatone Oliveira Date: Sat, 18 Apr 2026 11:44:01 -0300 Subject: [PATCH] Also add python 3.14 to the tests --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1cc0768..085f9393 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,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'] fail-fast: false steps: @@ -223,7 +223,7 @@ jobs: runs-on: ubuntu-latest needs: [test-linux, test-macos, test-windows] if: github.event_name == 'pull_request' - + steps: - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2