We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d515a commit 2e03e1cCopy full SHA for 2e03e1c
.github/workflows/workflow.yml
@@ -10,10 +10,10 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v3
13
- - name: Set up Python 3.11
+ - name: Set up Python 3.13
14
uses: actions/setup-python@v4
15
with:
16
- python-version: '3.11'
+ python-version: '3.10'
17
18
- name: Install dependencies
19
run: |
0 commit comments