Skip to content

Commit

Permalink
Greatly expanded the test matrix in an attempt to get other versions …
Browse files Browse the repository at this point in the history
…of Python and OSs supported.
  • Loading branch information
eriq-augustine committed Dec 18, 2023
1 parent dbdb0dc commit 7710bc2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
main:

strategy:
fail-fast: false,
matrix:
python-version: ['3.10', '3.11']
os: ['ubuntu-22.04', 'macos-12', 'windows-2022']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: ['ubuntu-20.04', 'ubuntu-22.04', 'macos-11', 'macos-12', 'windows-2019', 'windows-2022']

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 7710bc2

Please sign in to comment.