We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9175db commit a7447aaCopy full SHA for a7447aa
1 file changed
.github/workflows/build.yml
@@ -55,7 +55,7 @@ jobs:
55
- ubuntu-latest
56
- windows-latest
57
python:
58
- - "3.9"
+ - "3.10"
59
- "3.11"
60
steps:
61
# This allows temp file creation on drive D, which won't trigger windows defender scan and leads to faster IO
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
121
# folders that is commented below requires credentials, no need to spare time to run them
122
tests_config:
@@ -213,7 +213,7 @@ jobs:
213
fail-fast: false
214
matrix:
215
216
217
218
219
- name: "Smoke & Functional Tests - All"
0 commit comments