Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 24, 2022
2 parents 0c4d6c6 + 9e13598 commit 18d5ea5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
matrix:
python:
- "3.7"
- "3.10"
- "3.11"
- "3.12"
# Workaround for actions/setup-python#508
dev:
- -dev
Expand All @@ -48,6 +48,12 @@ jobs:
- macos-latest
- windows-latest
include:
- python: "3.8"
platform: ubuntu-latest
- python: "3.9"
platform: ubuntu-latest
- python: "3.10"
platform: ubuntu-latest
- python: pypy3.9
platform: ubuntu-latest
- platform: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ testing =
# upstream
pytest >= 6
pytest-checkdocs >= 2.4
pytest-flake8
pytest-flake8; \
# workaround for tholo/pytest-flake8#87
python_version < "3.12"
# workaround for tholo/pytest-flake8#87
flake8 < 5
pytest-black >= 0.3.7; \
Expand Down

0 comments on commit 18d5ea5

Please sign in to comment.