Skip Windows Python 3 for now.

This commit is contained in:
Itamar Turner-Trauring 2021-05-05 13:15:29 -04:00
parent 7c598d6f02
commit 8902868b90

View File

@ -19,7 +19,6 @@ jobs:
matrix:
os:
- macos-latest
- windows-latest
- ubuntu-latest
python-version:
- 2.7
@ -27,6 +26,11 @@ jobs:
- 3.7
- 3.8
- 3.9
include:
# For now we're only doing Windows on 2.7, will be fixed in
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3701
- os: windows-latest
python-version: 2.7
steps: