Skip to content

Commit 7287d93

Browse files
committed
ci: skip windows python 3.6 environment
This is done so since github's windows environment cannot reliably compile datetime backports.
1 parent 075c5b4 commit 7287d93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
matrix:
1717
os: [Ubuntu, MacOS, Windows]
1818
python-version: [3.6, 3.7, 3.8]
19-
19+
exclude:
20+
- os: Windows
21+
python-version: 3.6
2022
steps:
2123
- uses: actions/checkout@v2
2224

0 commit comments

Comments
 (0)