Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 2, 2022
2 parents 278c108 + c64902b commit ba4ce89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yml
Expand Up @@ -7,11 +7,9 @@ jobs:
strategy:
matrix:
python:
# Build on pre-releases until stable, then stable releases.
# actions/setup-python#213
- ~3.7.0-0
- ~3.10.0-0
- ~3.11.0-0
- 3.7
- '3.10'
- '3.11'
platform:
- ubuntu-latest
- macos-latest
Expand All @@ -22,7 +20,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
python-version: ${{ matrix.python }}-dev
- name: Install tox
run: |
python -m pip install tox
Expand Down Expand Up @@ -54,7 +52,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.11-dev"
- name: Install tox
run: |
python -m pip install tox
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Expand Up @@ -38,6 +38,8 @@ testing =
pytest >= 6
pytest-checkdocs >= 2.4
pytest-flake8
# workaround for tholo/pytest-flake8#87
flake8 < 5
pytest-black >= 0.3.7; \
# workaround for jaraco/skeleton#22
python_implementation != "PyPy"
Expand Down

0 comments on commit ba4ce89

Please sign in to comment.