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 - " pypy-3.7-v7.3.7" # ahead to start it earlier because takes longer
2323 - " 3.9"
3232 - name : Setup python for tox
3333 uses : actions/setup-python@v4
3434 with :
35- python-version : " 3.10 "
35+ python-version : " 3.11 "
3636 - name : Install tox
3737 run : python -m pip install tox
3838 - uses : actions/checkout@v3
@@ -77,10 +77,10 @@ jobs:
7777 - uses : actions/checkout@v3
7878 with :
7979 fetch-depth : 0
80- - name : Setup Python "3.10 "
80+ - name : Setup Python "3.11 "
8181 uses : actions/setup-python@v4
8282 with :
83- python-version : " 3.10 "
83+ python-version : " 3.11 "
8484 - name : Install tox
8585 run : python -m pip install tox
8686 - name : Setup test suite
9696 - name : Setup python to build package
9797 uses : actions/setup-python@v4
9898 with :
99- python-version : " 3.10 "
99+ python-version : " 3.11 "
100100 - name : Install build
101101 run : python -m pip install build
102102 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments