File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 38
38
matrix :
39
39
python :
40
40
- " 3.7"
41
- - " 3.10"
42
41
- " 3.11"
42
+ - " 3.12"
43
43
# Workaround for actions/setup-python#508
44
44
dev :
45
45
- -dev
48
48
- macos-latest
49
49
- windows-latest
50
50
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
51
57
- python : pypy3.9
52
58
platform : ubuntu-latest
53
59
- platform : ubuntu-latest
Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ testing =
33
33
# upstream
34
34
pytest >= 6
35
35
pytest-checkdocs >= 2.4
36
- pytest-flake8
36
+ pytest-flake8; \
37
+ # workaround for tholo/pytest-flake8#87
38
+ python_version < " 3.12"
37
39
# workaround for tholo/pytest-flake8#87
38
40
flake8 < 5
39
41
pytest-black >= 0.3.7; \
You can’t perform that action at this time.
0 commit comments