We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0ded9 commit cd413fdCopy full SHA for cd413fd
1 file changed
.github/workflows/main.yml
@@ -29,7 +29,8 @@ jobs:
29
runs-on: ubuntu-latest
30
strategy:
31
matrix:
32
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ # testing only Python 3.11 to minimize the load on services
33
+ python-version: ["3.11"] # ["3.10", "3.11", "3.12", "3.13"]
34
fail-fast: false
35
defaults:
36
run:
0 commit comments