We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c20f65 commit 9553bd8Copy full SHA for 9553bd8
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Setup Python
71
uses: actions/setup-python@v4
72
with:
73
- python-version: '3.12'
+ python-version: '3.13'
74
- name: Install Dependencies
75
run: |
76
python -m pip install -r requirements.txt
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
30
31
0 commit comments