Skip to content

Commit

Permalink
Add experimental tests for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Feb 8, 2023
1 parent f1a647f commit 87db5ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/py-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,15 @@ jobs:
name: "Test package"
needs: lint
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
max-parallel: 3
matrix:
python-version: ['3.9', '3.10']
experimental: [false]
include:
- python-version: '3.11-dev'
experimental: true
steps:
- name: "Checkout code"
uses: actions/checkout@v3
Expand Down

0 comments on commit 87db5ce

Please sign in to comment.