Skip to content

Commit

Permalink
test on 3.10.b4 (#6867)
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jul 22, 2021
1 parent c557c75 commit 59d8832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Expand Up @@ -24,8 +24,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-beta.3', 'pypy3']
continue-on-error: ${{ matrix.python-version == '3.10.0-beta.3' }}
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10.0-beta.4', 'pypy3']
continue-on-error: ${{ startsWith(matrix.python-version, '3.10.0-beta.') }}

steps:
- name: Install apt packages
Expand Down

0 comments on commit 59d8832

Please sign in to comment.