1 parent b92c374 commit f28ddbaCopy full SHA for f28ddba
1 file changed
.github/workflows/test-python.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup Python
16
uses: actions/setup-python@v4
17
with:
18
- python-version: '3.15'
+ python-version: '3.x'
19
20
- name: Check Python
21
run: |
0 commit comments