Skip to content

Commit

Permalink
Add Python 3.10 to py-test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 22, 2021
1 parent 75137ca commit e36ff43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/py-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,16 @@ jobs:
name: "Test package"
needs: lint
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest]
python-version: [3.9, 3.10-dev] # py38 was processed on lint job
python-version: [3.9, pypy3] # py38 was processed on lint job
experimental: [false]
include:
- python-version: '3.10-dev'
experimental: true
steps:
- name: "Checkout code"
uses: actions/checkout@master
Expand Down

0 comments on commit e36ff43

Please sign in to comment.