Skip to content

Commit

Permalink
CI: Add python.version="pypy-3.10" to test pipeline
Browse files Browse the repository at this point in the history
* ADDED: python.version="pypy-2.7", too.
  • Loading branch information
jenisys committed Jul 9, 2023
1 parent a6cd096 commit 483e434
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 @@ -35,7 +35,7 @@ jobs:
# PREPARED: os: [ubuntu-latest, macos-latest, windows-latest]
# PREPARED: python-version: ["3.11", "3.10", "3.9", "3.8", "pypy-3.10"]
os: [ubuntu-latest]
python-version: ["3.11", "3.10", "3.9"]
python-version: ["3.11", "3.10", "3.9", "pypy-3.10", "pypy-2.7"]
steps:
- uses: actions/checkout@v3
# DISABLED: name: Setup Python ${{ matrix.python-version }} on platform=${{ matrix.os }}
Expand Down

0 comments on commit 483e434

Please sign in to comment.