Skip to content

Commit

Permalink
test for new py versions on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Mar 29, 2024
1 parent 69234f6 commit a4387d4
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- name: Linux py36
os: ubuntu-16.04
pyversion: '3.6'
- name: Linux py37
os: ubuntu-latest
pyversion: '3.7'
Expand All @@ -27,12 +25,21 @@ jobs:
- name: Linux py39
os: ubuntu-latest
pyversion: '3.9'
- name: MacOS py38
- name: Linux py310
os: ubuntu-latest
pyversion: '3.10'
- name: Linux py311
os: ubuntu-latest
pyversion: '3.11'
- name: Linux py312
os: ubuntu-latest
pyversion: '3.12'
- name: MacOS py312
os: macos-latest
pyversion: '3.8'
- name: Windows py38
pyversion: '3.12'
- name: Windows py312
os: windows-latest
pyversion: '3.8'
pyversion: '3.12'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a4387d4

Please sign in to comment.