Skip to content

Commit

Permalink
Add pypy-2.7 into the tested Python versions
Browse files Browse the repository at this point in the history
This seems to be the only way to test Python 2.7.
  • Loading branch information
s3rvac committed Sep 5, 2023
1 parent b3871e2 commit 60fd2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
python-version: [3.8, 3.11, pypy-3.8]
python-version: [3.8, 3.11, pypy-2.7, pypy-3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 60fd2fb

Please sign in to comment.