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 17
17
fail-fast : false
18
18
matrix :
19
19
py :
20
- - " 3.11.0-beta.5 "
20
+ - " 3.11"
21
21
- " 3.10"
22
22
- " pypy-3.7-v7.3.9" # ahead to start it earlier because takes longer
23
23
- " 3.9"
32
32
- name : Setup python for tox
33
33
uses : actions/setup-python@v4
34
34
with :
35
- python-version : " 3.10 "
35
+ python-version : " 3.11 "
36
36
- name : Install tox
37
37
run : python -m pip install tox
38
38
- uses : actions/checkout@v3
77
77
fetch-depth : 0
78
78
- uses : actions/setup-python@v4
79
79
with :
80
- python-version : " 3.10 "
80
+ python-version : " 3.11 "
81
81
- name : Install tox
82
82
run : python -m pip install tox
83
83
- name : Setup coverage tool
@@ -119,10 +119,10 @@ jobs:
119
119
- uses : actions/checkout@v3
120
120
with :
121
121
fetch-depth : 0
122
- - name : Setup Python "3.10 "
122
+ - name : Setup Python "3.11 "
123
123
uses : actions/setup-python@v4
124
124
with :
125
- python-version : " 3.10 "
125
+ python-version : " 3.11 "
126
126
- name : Install tox
127
127
run : python -m pip install tox
128
128
- name : Setup test suite
@@ -138,7 +138,7 @@ jobs:
138
138
- name : Setup python to build package
139
139
uses : actions/setup-python@v4
140
140
with :
141
- python-version : " 3.10 "
141
+ python-version : " 3.11 "
142
142
- name : Install build
143
143
run : python -m pip install build
144
144
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments