Skip to content

Commit

Permalink
[Feat] add automated testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebotu committed Nov 22, 2023
1 parent ee42bb4 commit 09bb4b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
# For Apple Silicon: https://github.com/actions/runner-images/issues/8439
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
# Exclude Python 3.8 on Windows because of resolution issues
exclude:
- os: windows-latest
python-version: '3.8'
defaults:
run:
shell: bash
Expand Down

0 comments on commit 09bb4b7

Please sign in to comment.