We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17b72b commit c17207fCopy full SHA for c17207f
1 file changed
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
test:
14
strategy:
15
matrix:
16
+ os: [ubuntu-latest, macos-latest, windows-latest]
17
python-version: ["pypy3.11", "3.11", "3.12", "3.13"]
18
name: test
19
runs-on: ubuntu-latest
0 commit comments