1 parent 0c38943 commit e67b514Copy full SHA for e67b514
1 file changed
.github/workflows/test-python.yml
@@ -14,7 +14,9 @@ jobs:
14
15
- name: Setup Python
16
uses: actions/setup-python@v4
17
-
+ with:
18
+ python-version: '3.13'
19
+
20
- name: Check Python
21
run: |
22
python --version
0 commit comments