There was an error while loading. Please reload this page.
windows-latest
1 parent 6c85b8e commit 1a2af7dCopy full SHA for 1a2af7d
1 file changed
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
strategy:
41
fail-fast: false
42
matrix:
43
- os: [ubuntu-latest, macos-13] # add windows-2019 when poetry allows installation with `-f` flag
+ os: [ubuntu-latest, macos-13, windows-latest]
44
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
45
46
steps:
0 commit comments