Skip to content

Commit

Permalink
fix: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Apr 6, 2023
1 parent 17be63b commit a5c3996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
os: [ubuntu-18.04, macOS-latest, windows-latest, ubuntu-latest]
python-version: ['3.9', '3.10', '3.11']
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- name: Checkout
Expand Down

0 comments on commit a5c3996

Please sign in to comment.