We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04040c7 commit a3560cdCopy full SHA for a3560cd
.github/workflows/push.yaml
@@ -38,7 +38,7 @@ jobs:
38
needs: [ lint_and_type_check ]
39
strategy:
40
matrix:
41
- python-version: [ "3.10", "3.11"]
+ python-version: [ "3.10"]
42
43
steps:
44
- uses: actions/checkout@v2
@@ -107,7 +107,7 @@ jobs:
107
108
109
110
- python-version: ["3.10", "3.11"]
+ python-version: ["3.10"]
111
112
113
0 commit comments