Skip to content

Commit

Permalink
Update CI test python versions
Browse files Browse the repository at this point in the history
Use python 3.11 instead of 3.8, and 3.12 instead of 3.9
  • Loading branch information
trundev committed Nov 19, 2024
1 parent 35b9a75 commit 45fc648
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8]
python-version: [3.11]
name: "lint | Python ${{ matrix.python-version }}"
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -45,26 +45,26 @@ jobs:
matrix:
include:
# fastest jobs first
- python-version: 3.8
- python-version: 3.11
name: without JIT
disable_jit: 1
- python-version: 3.8
- python-version: 3.11
name: doctests
mode: doctests
# really slow job next, so it runs in parallel with the others
- python-version: 3.8
- python-version: 3.11
name: slow tests
mode: very_slow
- python-version: 3.7
name: default
- python-version: 3.8
- python-version: 3.11
name: default
- python-version: 3.9
- python-version: 3.12
name: default
- python-version: 3.8
- python-version: 3.11
name: conda
conda: true
- python-version: 3.8
- python-version: 3.11
name: benchmarks
mode: bench

Expand Down

0 comments on commit 45fc648

Please sign in to comment.