@@ -23,10 +23,10 @@ jobs:
23
23
- name : Checkout repo @ SHA - ${{ github.sha }}
24
24
uses : actions/checkout@v4
25
25
26
- - name : Set up Python 3.10
26
+ - name : Set up Python 3.11
27
27
uses : actions/setup-python@v5
28
28
with :
29
- python-version : " 3.10 "
29
+ python-version : " 3.11 "
30
30
31
31
- name : Install tox
32
32
run : pip install tox
@@ -41,10 +41,10 @@ jobs:
41
41
- name : Checkout repo @ SHA - ${{ github.sha }}
42
42
uses : actions/checkout@v4
43
43
44
- - name : Set up Python 3.10
44
+ - name : Set up Python 3.11
45
45
uses : actions/setup-python@v5
46
46
with :
47
- python-version : " 3.10 "
47
+ python-version : " 3.11 "
48
48
49
49
- name : Install tox
50
50
run : pip install tox
@@ -61,10 +61,10 @@ jobs:
61
61
- name : Checkout repo @ SHA - ${{ github.sha }}
62
62
uses : actions/checkout@v4
63
63
64
- - name : Set up Python 3.10
64
+ - name : Set up Python 3.11
65
65
uses : actions/setup-python@v5
66
66
with :
67
- python-version : " 3.10 "
67
+ python-version : " 3.11 "
68
68
69
69
- name : Install tox
70
70
run : pip install tox
@@ -79,10 +79,10 @@ jobs:
79
79
- name : Checkout repo @ SHA - ${{ github.sha }}
80
80
uses : actions/checkout@v4
81
81
82
- - name : Set up Python 3.10
82
+ - name : Set up Python 3.11
83
83
uses : actions/setup-python@v5
84
84
with :
85
- python-version : " 3.10 "
85
+ python-version : " 3.11 "
86
86
87
87
- name : Install tox
88
88
run : pip install tox
@@ -103,10 +103,10 @@ jobs:
103
103
- name : Checkout repo @ SHA - ${{ github.sha }}
104
104
uses : actions/checkout@v4
105
105
106
- - name : Set up Python 3.10
106
+ - name : Set up Python 3.11
107
107
uses : actions/setup-python@v5
108
108
with :
109
- python-version : " 3.10 "
109
+ python-version : " 3.11 "
110
110
111
111
- name : Install tox
112
112
run : pip install tox
@@ -124,10 +124,10 @@ jobs:
124
124
- name : Checkout repo @ SHA - ${{ github.sha }}
125
125
uses : actions/checkout@v4
126
126
127
- - name : Set up Python 3.10
127
+ - name : Set up Python 3.11
128
128
uses : actions/setup-python@v5
129
129
with :
130
- python-version : " 3.10 "
130
+ python-version : " 3.11 "
131
131
132
132
- name : Install tox
133
133
run : pip install tox
@@ -142,10 +142,10 @@ jobs:
142
142
- name : Checkout repo @ SHA - ${{ github.sha }}
143
143
uses : actions/checkout@v4
144
144
145
- - name : Set up Python 3.10
145
+ - name : Set up Python 3.11
146
146
uses : actions/setup-python@v5
147
147
with :
148
- python-version : " 3.10 "
148
+ python-version : " 3.11 "
149
149
150
150
- name : Install tox
151
151
run : pip install tox
0 commit comments