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 1717 fail-fast : false
1818 matrix :
1919 py :
20- - " 3.11.0-rc.2 "
20+ - " 3.11"
2121 - " 3.10"
2222 - " 3.9"
2323 - " 3.8"
2626 - name : Setup python for tox
2727 uses : actions/setup-python@v4
2828 with :
29- python-version : " 3.10 "
29+ python-version : " 3.11 "
3030 - name : Install tox
3131 run : python -m pip install tox
3232 - uses : actions/checkout@v3
7575 fetch-depth : 0
7676 - uses : actions/setup-python@v4
7777 with :
78- python-version : " 3.10 "
78+ python-version : " 3.11 "
7979 - name : Install tox
8080 run : python -m pip install tox
8181 - name : Setup coverage tool
@@ -111,10 +111,10 @@ jobs:
111111 - uses : actions/checkout@v3
112112 with :
113113 fetch-depth : 0
114- - name : Setup Python "3.10 "
114+ - name : Setup Python "3.11 "
115115 uses : actions/setup-python@v4
116116 with :
117- python-version : " 3.10 "
117+ python-version : " 3.11 "
118118 - name : Install tox
119119 run : python -m pip install tox
120120 - name : Setup test suite
@@ -130,7 +130,7 @@ jobs:
130130 - name : Setup python to build package
131131 uses : actions/setup-python@v4
132132 with :
133- python-version : " 3.10 "
133+ python-version : " 3.11 "
134134 - name : Install build
135135 run : python -m pip install build
136136 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments