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'