We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d51239f commit d1e756aCopy full SHA for d1e756a
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
9
strategy:
10
matrix:
11
- os: ['ubuntu-latest', 'ubuntu-24.04-arm']
+ os: ['ubuntu-latest', 'ubuntu-24.04-arm', 'windows-latest', 'macos-latest']
12
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9', 'pypy3.10']
13
14
steps:
0 commit comments