Skip to content

Commit aa9cc6c

Browse files
committed
CI: remove exclusion for Windows Pypy3
1 parent 95c6c1f commit aa9cc6c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ jobs:
1313
matrix:
1414
os: [ubuntu-18.04, windows-2019, macos-10.15]
1515
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy3"]
16-
exclude:
17-
- os: windows-2019
18-
python-version: pypy3
19-
# TODO: Remove this; see:
20-
# https://github.com/actions/setup-python/issues/151
21-
# https://github.com/tox-dev/tox/issues/1704
22-
# https://foss.heptapod.net/pypy/pypy/-/issues/3331
2316
env:
2417
BABEL_CLDR_NO_DOWNLOAD_PROGRESS: "1"
2518
BABEL_CLDR_QUIET: "1"

0 commit comments

Comments
 (0)