Skip to content

Commit f8077d2

Browse files
committed
Fix 3
1 parent cb98715 commit f8077d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111

12-
- name: Set up Python 3.11
12+
- name: Set up Python 3.12
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.11'
15+
python-version: '3.12'
1616

1717
- name: Install dependencies
1818
run: |

0 commit comments

Comments
 (0)