Skip to content

Commit a3560cd

Browse files
Downgrade to python 3.10
1 parent 04040c7 commit a3560cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
needs: [ lint_and_type_check ]
3939
strategy:
4040
matrix:
41-
python-version: [ "3.10", "3.11"]
41+
python-version: [ "3.10"]
4242

4343
steps:
4444
- uses: actions/checkout@v2
@@ -107,7 +107,7 @@ jobs:
107107
needs: [ lint_and_type_check ]
108108
strategy:
109109
matrix:
110-
python-version: ["3.10", "3.11"]
110+
python-version: ["3.10"]
111111

112112
steps:
113113
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)