Skip to content

Commit

Permalink
maint(ci): make 3.10 optional dependencies an allowed failure
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed May 16, 2022
1 parent 7443220 commit ce0eff9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,11 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.10', 'pypy-3.8']
python-version: ['3.9', 'pypy-3.8']
experimental: [false]
include:
- python-version: '3.10'
experimental: true
- python-version: '3.11.0-alpha - 3.11'
experimental: true
steps:
Expand Down

0 comments on commit ce0eff9

Please sign in to comment.