Skip to content

Commit

Permalink
ci: update python versions in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Jun 25, 2024
1 parent ed8c83a commit fdb74b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python: [3.6, 3.7, 3.8, 3.9, "3.10"]
python: ["3.10", "3.11", "3.12"]
flags: ["-v -n 2"]
fftw: [no]
include:
- os: macos-latest
python: "3.10"
python: "3.12"
flags: "-v -n 2"
fftw: no
- os: windows-latest
python: "3.10"
python: "3.12"
flags: "-v -n 2"
fftw: no
- os: ubuntu-latest
python: "3.10"
python: "3.12"
flags: "-v -n 0"
fftw: no
- os: ubuntu-latest
python: "3.10"
python: "3.12"
flags: "-v --full n 2"
fftw: no
- os: ubuntu-latest
python: "3.10"
python: "3.12"
flags: "-v -n 2"
fftw: yes

Expand Down

0 comments on commit fdb74b0

Please sign in to comment.