Skip to content

Commit e8bed66

Browse files
authored
Merge pull request #176 from maxmind/ugexe/test-on-windows-latest
Run CI tests on windows
2 parents 910f320 + 3494ef2 commit e8bed66

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
# TODO: add windows-latest also
15-
platform: [ubuntu-latest, macos-latest]
14+
platform: [ubuntu-latest, macos-latest, windows-latest]
1615
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
1716

1817
name: Python ${{ matrix.python-version }} on ${{ matrix.platform }}

0 commit comments

Comments
 (0)