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 9929438 commit 6aad9dcCopy full SHA for 6aad9dc
1 file changed
.github/workflows/tests.yaml
@@ -15,6 +15,18 @@ jobs:
15
python-version: "3.8"
16
- os: windows-latest
17
18
+ - os: macos-latest
19
+ python-version: "3.9"
20
+ - os: windows-latest
21
22
23
+ python-version: "3.10"
24
25
26
27
+ python-version: "3.11"
28
29
30
steps:
31
- uses: actions/checkout@v3
32
with:
0 commit comments