From 5e8cc51f7654a9041a175651a79fd09dd9c7da49 Mon Sep 17 00:00:00 2001 From: Igor Malinovskiy Date: Tue, 14 Oct 2025 17:45:15 +0200 Subject: [PATCH] Test against 3.13t and 3.14t --- .github/workflows/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 7a3fc55..3637c3f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -25,7 +25,7 @@ jobs: strategy: max-parallel: 15 matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.13t', '3.14', '3.14t', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10'] os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] fail-fast: false env: @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} cache: 'pip'