We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6696aee commit 134b666Copy full SHA for 134b666
.github/workflows/build_and_test.yml
@@ -29,7 +29,7 @@ jobs:
29
strategy:
30
matrix:
31
os: ["ubuntu-latest", "macos-latest"]
32
- python-version: [3.7]
+ python-version: [3.11]
33
fail-fast: false
34
runs-on: ${{ matrix.os }}
35
steps:
@@ -103,7 +103,7 @@ jobs:
103
104
105
106
107
108
109
@@ -180,7 +180,7 @@ jobs:
180
181
182
183
184
185
186
0 commit comments