diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eaad88c..f6a17b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: # Test on multiple OS and Python versions - os: [windows-latest] # macOS and Linux can be added in future versions [ubuntu-latest, macos-latest] + os: [windows-latest,ubuntu-latest, macos-latest] python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] runs-on: ${{ matrix.os }} @@ -43,4 +43,4 @@ jobs: ruff check --exit-zero --statistics - name: Run tests run: | - pytest \ No newline at end of file + pytest