From 7f85de0c46cda95d57b9677ba0ca3ea59690e502 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 4 Mar 2020 19:28:21 -0800 Subject: [PATCH] add windows-latest --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 9acb14c6..4f6bbc0b 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, ubuntu-latest] + os: [macos-latest, ubuntu-latest, windows-latest] python-version: [3.6, 3.7, 3.8] steps: