Skip to content

Commit

Permalink
Try fix py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Basti Tee committed May 4, 2022
1 parent 7ed4cab commit 44cf691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ jobs:
strategy:
matrix:
# https://www.python.org/downloads/
python-version: ["pypy-3.7", "pypy-3.8", "pypy-3.9"]
python-version: ["pypy-3.8", "pypy-3.9"]
name: ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2

- name: Install additional dependencies for pypy-3.7
if: ${{ matrix.python-version }} == "pypy-3.7"
run: sudo apt-get update && sudo apt-get install -y gcc

- name: Setup python
uses: actions/setup-python@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

## Future ideas and todos

- Introduce Python 3.7 and Python 3.10 to test matrix
- Introduce Python 3.10 to test matrix
- Embed flake8 config into `pyproject.toml` once they support it ([see](https://github.com/PyCQA/flake8/issues/234))

## Licensing
Expand Down

0 comments on commit 44cf691

Please sign in to comment.