File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 3838 matrix :
3939 python :
4040 - " 3.7"
41- - " 3.10"
4241 - " 3.11"
42+ - " 3.12"
4343 # Workaround for actions/setup-python#508
4444 dev :
4545 - -dev
4848 - macos-latest
4949 - windows-latest
5050 include :
51+ - python : " 3.8"
52+ platform : ubuntu-latest
53+ - python : " 3.9"
54+ platform : ubuntu-latest
55+ - python : " 3.10"
56+ platform : ubuntu-latest
5157 - python : pypy3.9
5258 platform : ubuntu-latest
5359 - platform : ubuntu-latest
Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ testing =
3333 # upstream
3434 pytest >= 6
3535 pytest-checkdocs >= 2.4
36- pytest-flake8
36+ pytest-flake8; \
37+ # workaround for tholo/pytest-flake8#87
38+ python_version < " 3.12"
3739 # workaround for tholo/pytest-flake8#87
3840 flake8 < 5
3941 pytest-black >= 0.3.7; \
You can’t perform that action at this time.
0 commit comments