Skip to content

Commit 8d16d90

Browse files
committed
2 parents 22c4a1f + 9e13598 commit 8d16d90

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
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
@@ -48,6 +48,12 @@ jobs:
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
runs-on: ${{ matrix.platform }}

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ testing =
3030
# upstream
3131
pytest >= 6
3232
pytest-checkdocs >= 2.4
33-
pytest-flake8
33+
pytest-flake8; \
34+
# workaround for tholo/pytest-flake8#87
35+
python_version < "3.12"
3436
# workaround for tholo/pytest-flake8#87
3537
flake8 < 5
3638
pytest-black >= 0.3.7; \

0 commit comments

Comments
 (0)