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 a4e2bb3 commit cc3edd0Copy full SHA for cc3edd0
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- python-version: [3.9]
+ python-version: [3.10.11]
22
os: [ubuntu-latest]
23
runs-on: ${{ matrix.os }}
24
steps:
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
os: [macos-latest]
64
65
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
os: [windows-latest]
82
83
0 commit comments