diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a6c944d5..41653e2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,16 +14,12 @@ jobs: matrix: architecture: [x86, x64] os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8] #, 3.9] still disabled as astropy has problems + python-version: [3.7, 3.8, 3.9, 3.10, 3.11] exclude: - os: ubuntu-latest architecture: x86 - os: macos-latest architecture: x86 - # disabled for now as python 3.9 not yet in matrix - #- python-version: [3.9] # exclude python >= 3.9 cause no h5py win32 wheels - # - os: windows-latest - # architecture: x86 fail-fast: false steps: