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 1717 fail-fast : false
1818 matrix :
1919 py :
20- - " 3.11.0-beta.5 "
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
@@ -63,10 +63,10 @@ jobs:
6363 - pkg_check
6464 steps :
6565 - uses : actions/checkout@v3
66- - name : setup Python 3.10
66+ - name : setup Python 3.11
6767 uses : actions/setup-python@v4
6868 with :
69- python-version : " 3.10 "
69+ python-version : " 3.11 "
7070 - name : install tox
7171 run : python -m pip install tox
7272 - name : run check for ${{ matrix.tox_env }}
8282 - name : setup python to build package
8383 uses : actions/setup-python@v4
8484 with :
85- python-version : " 3.10 "
85+ python-version : " 3.11 "
8686 - name : install build
8787 run : python -m pip install build
8888 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments