From ac9af0e1d20ee4156abd6e6a16d5474f17f3761d Mon Sep 17 00:00:00 2001 From: Lawrence Hudson Date: Sun, 24 Oct 2021 20:38:46 +0100 Subject: [PATCH] [#117] Enable Linux and OS X --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 814701a..cadbf05 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,11 +6,11 @@ jobs: build: strategy: matrix: -# os: [ubuntu-18.04] -# python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10.0] + os: [ubuntu-18.04] + python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10.0] include: -# - os: macos-10.15 -# python-version: 3.10.0 + - os: macos-10.15 + python-version: 3.10.0 - os: windows-2019 python-version: 3.10.0 architecture: 'x86'