Skip to content

Commit 2e03e1c

Browse files
update workflows check to python 3.13
1 parent 41d515a commit 2e03e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v3
13-
- name: Set up Python 3.11
13+
- name: Set up Python 3.13
1414
uses: actions/setup-python@v4
1515
with:
16-
python-version: '3.11'
16+
python-version: '3.10'
1717

1818
- name: Install dependencies
1919
run: |

0 commit comments

Comments
 (0)