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-rc.1 "
20+ - " 3.11"
2121 - " 3.10"
2222 - " 3.9"
2323 - " 3.8"
3030 - name : Setup python for tox
3131 uses : actions/setup-python@v4
3232 with :
33- python-version : " 3.10 "
33+ python-version : " 3.11 "
3434 - uses : actions/checkout@v3
3535 with :
3636 fetch-depth : 0
@@ -81,10 +81,10 @@ jobs:
8181 - uses : actions/checkout@v3
8282 with :
8383 fetch-depth : 0
84- - name : Setup Python 3.10
84+ - name : Setup Python 3.11
8585 uses : actions/setup-python@v4
8686 with :
87- python-version : " 3.10 "
87+ python-version : " 3.11 "
8888 - name : Install tox
8989 run : python -m pip install tox
9090 - name : Run check for ${{ matrix.tox_env }}
@@ -100,7 +100,7 @@ jobs:
100100 - name : Setup python to build package
101101 uses : actions/setup-python@v4
102102 with :
103- python-version : " 3.10 "
103+ python-version : " 3.11 "
104104 - name : Install build
105105 run : python -m pip install build
106106 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments