File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
fail-fast : false
20
20
matrix :
21
21
py :
22
- - " 3.11.0-beta.5 "
22
+ - " 3.11"
23
23
- " pypy-3.7-v7.3.9" # ahead to start it earlier because takes longer
24
24
- " pypy-2.7-v7.3.9" # ahead to start it earlier because takes longer
25
25
- " 3.10"
37
37
- name : Setup python for tox
38
38
uses : actions/setup-python@v4
39
39
with :
40
- python-version : " 3.10 "
40
+ python-version : " 3.11 "
41
41
- name : Install tox
42
42
run : python -m pip install tox
43
43
- uses : actions/checkout@v3
82
82
fetch-depth : 0
83
83
- uses : actions/setup-python@v4
84
84
with :
85
- python-version : " 3.10 "
85
+ python-version : " 3.11 "
86
86
- name : Install tox
87
87
run : python -m pip install tox
88
88
- name : Setup coverage tool
@@ -123,10 +123,10 @@ jobs:
123
123
- uses : actions/checkout@v3
124
124
with :
125
125
fetch-depth : 0
126
- - name : Setup Python "3.10 "
126
+ - name : Setup Python "3.11 "
127
127
uses : actions/setup-python@v4
128
128
with :
129
- python-version : " 3.10 "
129
+ python-version : " 3.11 "
130
130
- name : Install tox
131
131
run : python -m pip install tox
132
132
- name : Setup test suite
@@ -142,7 +142,7 @@ jobs:
142
142
- name : Setup python to build package
143
143
uses : actions/setup-python@v4
144
144
with :
145
- python-version : " 3.10 "
145
+ python-version : " 3.11 "
146
146
- name : Install build
147
147
run : python -m pip install build
148
148
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments