From aa9cc6c19b9e0f30c950c53a32705e7568ea7d48 Mon Sep 17 00:00:00 2001 From: Aarni Koskela Date: Tue, 25 Jan 2022 14:26:23 +0200 Subject: CI: remove exclusion for Windows Pypy3 --- .github/workflows/test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8cc7ab8..d0965b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,13 +13,6 @@ jobs: matrix: os: [ubuntu-18.04, windows-2019, macos-10.15] python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"] - exclude: - - os: windows-2019 - python-version: pypy3 - # TODO: Remove this; see: - # https://github.com/actions/setup-python/issues/151 - # https://github.com/tox-dev/tox/issues/1704 - # https://foss.heptapod.net/pypy/pypy/-/issues/3331 env: BABEL_CLDR_NO_DOWNLOAD_PROGRESS: "1" BABEL_CLDR_QUIET: "1" -- cgit v1.2.1