Skip to content

Commit

Permalink
Merge branch 'master' into allow_worker_override_logging
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Jul 17, 2024
2 parents 6e6abc4 + 5237fe1 commit ebf6fb8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# for example if a test fails only when Cython is enabled
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11']
use-cython: ['true', 'false']
experimental: [false]
include:
Expand All @@ -55,6 +55,12 @@ jobs:
- python-version: ~3.13.0-0
experimental: true
use-cython: false
- python-version: 3.12
experimental: true
use-cython: false
- python-version: 3.12
experimental: true
use-cython: true
env:
USE_CYTHON: ${{ matrix.use-cython }}
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit ebf6fb8

Please sign in to comment.