diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 881d282a59d..fe66d34a33d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,16 +56,16 @@ jobs: matrix: include: - os: ubuntu-latest - python: '3.10' + python: '3.12' kind: conda - os: ubuntu-latest - python: '3.12' + python: '3.11' kind: pip-pre - os: macos-latest - python: '3.9' + python: '3.12' kind: mamba - os: windows-latest - python: '3.10' + python: '3.12' kind: mamba - os: ubuntu-latest python: '3.9'