Add a note about adding Windows to GitHub Actions test matrix

This commit is contained in:
Sajith Sasidharan 2021-04-05 14:52:31 -04:00
parent 2a62086323
commit 65fd5a4912

View File

@ -28,6 +28,9 @@ jobs:
# Do not run coverage tests with Python 3.6 on Windows for
# now. They will fail. Dealing with them separately would
# be simpler.
#
# XXX: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3669
# should track the effort to add Windows to the test matrix.
- python-version: 3.6
os: windows-latest