Skip to content

Commit

Permalink
CI: Fixed PyPY and used Python 3.10.0 (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Oct 7, 2021
1 parent 7ab18e4 commit 0acd203
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeqa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-10.15, macos-11, windows-latest]
python-version: ["2.7", "3.6", "3.9", "3.10-dev", pypy2, pypy3]
python-version: ["2.7", "3.6", "3.9", "3.10", "pypy-2.7", "pypy-3.7"]
exclude:
- os: macos-11
python-version: pypy2
python-version: pypy-2.7
- os: windows-latest
python-version: 2.7
python-version: "2.7"
- os: windows-latest
python-version: pypy2
python-version: pypy-2.7
- os: windows-latest
python-version: pypy3
python-version: pypy-3.7
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0acd203

Please sign in to comment.