Skip to content

Commit

Permalink
Complete 'Github Actions' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Mar 26, 2022
1 parent e4a4e51 commit dfcac08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
name: 'Test'
strategy:
matrix:
python_version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.6']
python_version: ['3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
os: ['ubuntu', 'macos', 'windows']
fail-fast: true
runs-on: ${{ matrix.os }}-latest
Expand Down

0 comments on commit dfcac08

Please sign in to comment.