Skip to content

Commit 18d5ea5

Browse files
committed
2 parents 0c4d6c6 + 9e13598 commit 18d5ea5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/main.yml

+7-1
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
- platform: ubuntu-latest

setup.cfg

+3-1
Original file line numberDiff line numberDiff 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; \

0 commit comments

Comments
 (0)