Skip to content

Commit

Permalink
Run CI for older Python versions, too
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
  • Loading branch information
mbargull committed Mar 14, 2024
1 parent d30c90c commit 9de8323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7]
python-version: ['3.8', '*'] # Lowest and unbound version to test for.
conda-channel: ['conda-forge', 'conda-canary/label/dev']
steps:
- uses: actions/checkout@v2
Expand All @@ -26,6 +26,7 @@ jobs:
environment-file: tests/env.yml
create-args: >-
--channel-priority=flexible
python=${{ matrix.python-version }}
${{ matrix.conda-channel }}::conda
${{ matrix.conda-channel }}::conda-build
- name: Install boa
Expand Down

0 comments on commit 9de8323

Please sign in to comment.