File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 python :
10- # Build on pre-releases until stable, then stable releases.
11- # actions/setup-python#213
12- - ~3.7.0-0
13- - ~3.10.0-0
14- - ~3.11.0-0
10+ - 3.7
11+ - ' 3.10'
12+ - ' 3.11'
1513 platform :
1614 - ubuntu-latest
1715 - macos-latest
2422 # ref actions/checkout#448
2523 fetch-depth : 0
2624 - name : Setup Python
27- uses : actions/setup-python@v3
25+ uses : actions/setup-python@v4
2826 with :
29- python-version : ${{ matrix.python }}
27+ python-version : ${{ matrix.python }}-dev
3028 - name : Install tox
3129 run : |
3230 python -m pip install tox
7472 steps :
7573 - uses : actions/checkout@v3
7674 - name : Setup Python
77- uses : actions/setup-python@v3
75+ uses : actions/setup-python@v4
7876 with :
79- python-version : " 3.10 "
77+ python-version : " 3.11-dev "
8078 - name : Install tox
8179 run : |
8280 python -m pip install tox
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ testing =
3434 pytest >= 6
3535 pytest-checkdocs >= 2.4
3636 pytest-flake8
37+ # workaround for tholo/pytest-flake8#87
38+ flake8 < 5
3739 pytest-black >= 0.3.7; \
3840 # workaround for jaraco/skeleton#22
3941 python_implementation != " PyPy"
You can’t perform that action at this time.
0 commit comments