@@ -14,10 +14,10 @@ jobs:
14
14
uses : actions/checkout@v2
15
15
16
16
# Set up Python
17
- - name : Set up Python 3.13
17
+ - name : Set up Python 3.11
18
18
uses : actions/setup-python@v3
19
19
with :
20
- python-version : 3.13
20
+ python-version : 3.11
21
21
22
22
# Install dependencies
23
23
- name : Install dependencies
@@ -32,10 +32,10 @@ jobs:
32
32
- name : Checkout code
33
33
uses : actions/checkout@v2
34
34
35
- - name : Set up Python 3.13
35
+ - name : Set up Python 3.11
36
36
uses : actions/setup-python@v3
37
37
with :
38
- python-version : 3.13
38
+ python-version : 3.11
39
39
40
40
- name : Install dependencies
41
41
run : |
@@ -54,10 +54,10 @@ jobs:
54
54
- name : Checkout code
55
55
uses : actions/checkout@v2
56
56
57
- - name : Set up Python 3.13
57
+ - name : Set up Python 3.11
58
58
uses : actions/setup-python@v3
59
59
with :
60
- python-version : 3.13
60
+ python-version : 3.11
61
61
62
62
- name : Install dependencies
63
63
run : |
@@ -77,10 +77,10 @@ jobs:
77
77
- name : Checkout code
78
78
uses : actions/checkout@v2
79
79
80
- - name : Set up Python 3.13
80
+ - name : Set up Python 3.11
81
81
uses : actions/setup-python@v3
82
82
with :
83
- python-version : 3.13
83
+ python-version : 3.11
84
84
85
85
- name : Install dependencies
86
86
run : |
0 commit comments