Skip to content

Commit

Permalink
Finish.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Dec 14, 2023
1 parent 8cf8248 commit 48163fb
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,8 @@ jobs:

strategy:
matrix:
include:
- os: ubuntu-latest
python-version: ["3.11", "3.10"]
- os: macos-latest
python-version: "3.10"
- os: windows-latest
python-version: "3.9"
- os: ubuntu-latest
python-version: "3.8"
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]

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

0 comments on commit 48163fb

Please sign in to comment.