Skip to content

Commit

Permalink
Remove 3.11 and mac testing for later pr
Browse files Browse the repository at this point in the history
  • Loading branch information
atong01 committed Sep 8, 2023
1 parent 1ebc3ea commit f463cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-20.04, macos-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, ubuntu-20.04, windows-latest]
python-version: ["3.8", "3.9", "3.10"]

steps:
- name: Checkout
Expand Down

0 comments on commit f463cd3

Please sign in to comment.