File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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
- 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
@@ -63,10 +63,10 @@ jobs:
63
63
- pkg_check
64
64
steps :
65
65
- uses : actions/checkout@v3
66
- - name : setup Python 3.10
66
+ - name : setup Python 3.11
67
67
uses : actions/setup-python@v4
68
68
with :
69
- python-version : " 3.10 "
69
+ python-version : " 3.11 "
70
70
- name : install tox
71
71
run : python -m pip install tox
72
72
- name : run check for ${{ matrix.tox_env }}
82
82
- name : setup python to build package
83
83
uses : actions/setup-python@v4
84
84
with :
85
- python-version : " 3.10 "
85
+ python-version : " 3.11 "
86
86
- name : install build
87
87
run : python -m pip install build
88
88
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments