Skip to content

Commit

Permalink
add PyPy to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Jun 12, 2022
1 parent 7bb10f8 commit d15dc0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
os: ubuntu-latest
- python-version: "3.7"
os: ubuntu-latest
- python-version: pypy-3.9
os: ubuntu-latest
- python-version: pypy-3.8
os: ubuntu-latest
- python-version: pypy-3.7
os: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions gsheets/coordinates.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ class Coordinates:
>>> Cells()[0]
Traceback (most recent call last):
...
TypeError: expected ...
TypeError: ...
>>> Cells()[0:1]
Traceback (most recent call last):
...
TypeError: expected ...
TypeError: ...
"""

_regex = re.compile(r'(?i)'
Expand Down

0 comments on commit d15dc0f

Please sign in to comment.