File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
matrix :
19
19
py :
20
- - " 3.11.0-rc.2 "
20
+ - " 3.11"
21
21
- " 3.10"
22
22
- " 3.9"
23
23
- " 3.8"
26
26
- name : Setup python for tox
27
27
uses : actions/setup-python@v4
28
28
with :
29
- python-version : " 3.10 "
29
+ python-version : " 3.11 "
30
30
- name : Install tox
31
31
run : python -m pip install tox
32
32
- uses : actions/checkout@v3
75
75
fetch-depth : 0
76
76
- uses : actions/setup-python@v4
77
77
with :
78
- python-version : " 3.10 "
78
+ python-version : " 3.11 "
79
79
- name : Install tox
80
80
run : python -m pip install tox
81
81
- name : Setup coverage tool
@@ -111,10 +111,10 @@ jobs:
111
111
- uses : actions/checkout@v3
112
112
with :
113
113
fetch-depth : 0
114
- - name : Setup Python "3.10 "
114
+ - name : Setup Python "3.11 "
115
115
uses : actions/setup-python@v4
116
116
with :
117
- python-version : " 3.10 "
117
+ python-version : " 3.11 "
118
118
- name : Install tox
119
119
run : python -m pip install tox
120
120
- name : Setup test suite
@@ -130,7 +130,7 @@ jobs:
130
130
- name : Setup python to build package
131
131
uses : actions/setup-python@v4
132
132
with :
133
- python-version : " 3.10 "
133
+ python-version : " 3.11 "
134
134
- name : Install build
135
135
run : python -m pip install build
136
136
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments