Skip to content

Commit

Permalink
Test on python 3.11 for macos latest
Browse files Browse the repository at this point in the history
Also add 3.11 for windows and ubuntu
  • Loading branch information
SarthakJariwala authored Aug 16, 2024
1 parent 99aabe6 commit 26e6ed5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
fail-fast: false
matrix:
include:
- { python-version: "3.11", os: ubuntu-latest }
- { python-version: "3.10", os: ubuntu-latest }
- { python-version: "3.9", os: ubuntu-latest }
- { python-version: "3.8", os: ubuntu-latest }
- { python-version: "3.10", os: windows-latest }
- { python-version: "3.10", os: macos-latest }
- { python-version: "3.11", os: windows-latest }
- { python-version: "3.11", os: macos-latest }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 26e6ed5

Please sign in to comment.