Skip to content

Commit

Permalink
test on python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dugalh committed Jun 17, 2024
1 parent 795a233 commit 6261d9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-test-conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.10', '3.11', '3.12']

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.10', '3.11', '3.12']

steps:
- name: Check out repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-test-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.10', '3.11', '3.12']

steps:
- name: Check out repository
Expand Down

0 comments on commit 6261d9b

Please sign in to comment.