Skip to content

Commit

Permalink
Merge pull request #176 from maxmind/ugexe/test-on-windows-latest
Browse files Browse the repository at this point in the history
Run CI tests on windows
  • Loading branch information
shadromani authored Jul 23, 2024
2 parents 910f320 + 3494ef2 commit e8bed66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:

strategy:
matrix:
# TODO: add windows-latest also
platform: [ubuntu-latest, macos-latest]
platform: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]

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

0 comments on commit e8bed66

Please sign in to comment.