Skip to content

Commit

Permalink
Update test.yml - Making Py 3.7 minimum version
Browse files Browse the repository at this point in the history
telegraphic authored Mar 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4699433 commit 04b48e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 04b48e5

Please sign in to comment.