1 parent e51bce5 commit 7201abfCopy full SHA for 7201abf
1 file changed
.github/workflows/test-python.yml
@@ -15,7 +15,8 @@ jobs:
15
- name: Setup Python
16
uses: actions/setup-python@v4
17
with:
18
- python-version: '3.11'
+ python-version: '3.10'
19
+
20
21
- name: Check Python
22
run: |
0 commit comments