diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 55797bd4..f9e8c5e5 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -11,7 +11,7 @@ jobs: max-parallel: 6 matrix: python-version: [2.7, 3.5, 3.6, 3.7, 3.8] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] # TODO: windows-latest steps: - uses: actions/checkout@v1 diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index b9277493..aa61ad94 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -11,7 +11,7 @@ jobs: max-parallel: 6 matrix: python-version: [2.7, 3.5, 3.6, 3.7, 3.8] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] # TODO: windows-latest steps: - uses: actions/checkout@v1 diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c12c1dfb..66a48447 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,7 +7,7 @@ - refactor: use poetry>=1.0.0 - test: migrate from travis CI to github actions - test: migrate from coveralls to codecov -- test: run matrix tests on linux/macos/windows and Python 2.7/3.5/3.6/3.7/3.8 +- test: run matrix tests on linux/macos/~~windows~~ and Python 2.7/3.5/3.6/3.7/3.8 ## 2.4.2 (2019-12-13)