diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-09-19 19:41:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-19 19:41:32 +0200 |
| commit | 0ce0d957b11e70298ef4c1a0aeefe0d9f72f77ec (patch) | |
| tree | c2c5eee7a947a6acedb1967009028d9b7658a068 /.github/workflows | |
| parent | a54b862f0093f0e5e26c6ce972cc0faa8b88ae56 (diff) | |
[mod] ci: add cp3.14 (#5217)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/integration.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 6d07c3b1f..1cd14e31e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -25,12 +25,14 @@ jobs: name: Python ${{ matrix.python-version }} runs-on: ubuntu-24.04 strategy: + fail-fast: false matrix: python-version: - "3.10" - "3.11" - "3.12" - "3.13" + - "3.14-dev" steps: - name: Setup Python @@ -54,6 +56,7 @@ jobs: run: make V=1 install - name: Run tests + continue-on-error: ${{ matrix.python-version == '3.14-dev' }} run: make V=1 ci.test theme: |