Drop support for windows-latest.

This commit is contained in:
Yuxin Wang 2020-11-21 12:56:31 -05:00 committed by GitHub
parent 2ec3c0e6bc
commit 57e90d8f91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macOS-latest, windows-latest] os: [ubuntu-latest, macOS-latest]
python-version: [3.8] python-version: [3.8]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
env: env: